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.169 -- Release Build+ac7d9b6b95c90919e0d9e684462efdeb467e30f6
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