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.174 -- Release Build+8536da9a87a09c258ac7c69f66e74d23886bd2bc
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