RadiusPacketAttributeParseBinaryImage Method

Parses RadiusPacketAttribute object by parsing the specified buffer containing a binary image.

Definition

Namespace: Gemstone.Communication.Radius
Assembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.166 -- Release Build+cf6c7969c991a67c1664d1b8bd93f4fa9192fdb4
public int ParseBinaryImage(
	byte[] buffer,
	int startIndex,
	int length
)

Parameters

buffer  Byte
Buffer containing binary image to parse.
startIndex  Int32
0-based starting index in the buffer to start parsing.
length  Int32
Valid number of bytes within buffer from startIndex.

Return Value

Int32
The number of bytes used for initialization in the buffer (i.e., the number of bytes parsed), or 0 if not enough data.

Implements

ParseBinaryImage(Byte[], Int32, Int32)

Exceptions

ArgumentNullExceptionbuffer is null.

See Also