OpenMetaverse Protocol Library Developers API Documentation
PacketBlock Class
NamespacesOpenMetaverse.PacketsPacketBlock
A block of data in a packet. Packets are composed of one or more blocks, each block containing one or more fields
Declaration Syntax
C#
public
abstract
class
PacketBlock
Members
All Members Methods Properties



Icon Member Description
FromBytes( array< Byte > [] () [] [] , Int32 % )
Create a block from a byte array

Length
Current length of the data in this packet

ToBytes( array< Byte > [] () [] [] , Int32 % )
Serialize this block into a byte array

Inheritance Hierarchy
Object
PacketBlock

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