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.172 -- Release Build+53bbfd79fc08d9a32a0dc7304bc41abd1d26547a
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