RadiusPacketParseBinaryImage Method

Parses RadiusPacket 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.170 -- Release Build+0de4928b883f48a5045f86560a62945d4dca4aef
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