OpenMetaverse Protocol Library Developers API Documentation
AcksToBytes Method (bytes, i)
NamespacesOpenMetaverse.PacketsHeaderAcksToBytes( array< Byte > [] () [] [] , Int32 % )
Convert the AckList to a byte array, used for packet serializing
Declaration Syntax
C#
public 
void 
AcksToBytes(
        
byte[] 
bytes,
        
ref 
int 
i
)
Parameters
bytes ( array< Byte > [] () [] [] )
Reference to the target byte array
i ( Int32 %)
Beginning position to start writing to in the byte array, will be updated with the ending position of the ACK list

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)