RadiusPacketAttributeGenerateBinaryImage Method
Generates a binary representation of this
RadiusPacketAttribute object and copies it into the given buffer.
Namespace: Gemstone.Communication.RadiusAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.169 -- Release Build+ac7d9b6b95c90919e0d9e684462efdeb467e30f6
public int GenerateBinaryImage(
byte[] buffer,
int startIndex
)
Public Function GenerateBinaryImage (
buffer As Byte(),
startIndex As Integer
) As Integer
function GenerateBinaryImage(buffer, startIndex);
- buffer Byte
- Buffer used to hold generated binary image of the source object.
- startIndex Int32
- 0-based starting index in the buffer to start writing.
Int32The number of bytes written to the
buffer.
GenerateBinaryImage(Byte[], Int32)