| 
            
              RadiusPacketAttributeGenerateBinaryImage Method
             | 
          
        
        
            Generates a binary representation of this 
RadiusPacketAttribute object and copies it into the given buffer.
            
 
        
        Namespace: GSF.Communication.RadiusAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.257-beta
Syntaxpublic int GenerateBinaryImage(
	byte[] buffer,
	int startIndex
)
Public Function GenerateBinaryImage ( 
	buffer As Byte(),
	startIndex As Integer
) As Integer
abstract GenerateBinaryImage : 
        buffer : byte[] * 
        startIndex : int -> int 
override GenerateBinaryImage : 
        buffer : byte[] * 
        startIndex : int -> int function GenerateBinaryImage(buffer, startIndex);
 View SourceParameters
- 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.
 
Return Value
Int32The number of bytes written to the 
buffer.
Implements
ISupportBinaryImageGenerateBinaryImage(Byte, Int32)
Exceptions
See Also