RadiusPacketGenerateBinaryImage Method
Generates a binary representation of this
RadiusPacket object and copies it into the given buffer.
Namespace: Gemstone.Communication.RadiusAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.167 -- Release Build+528e823bf6bd0c5df281ead96b7b4f5bff9205dc
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)