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