OpenMetaverse Protocol Library Developers API Documentation
OpenMetaverse.Packets Namespace
NamespacesOpenMetaverse.Packets
 
Declaration Syntax
C#
namespace 
OpenMetaverse.Packets
Types
All Types Classes Structures Enumerations Delegates
Icon Type Description
PacketDecoder . . :: . . CustomPacketDecoder
A custom decoder callback

Header
The header of a message template packet. Holds packet flags, sequence number, packet ID, and any ACKs that will be appended at the end of the packet

MalformedDataException
Thrown when a packet could not be successfully deserialized

Packet
PacketBlock
A block of data in a packet. Packets are composed of one or more blocks, each block containing one or more fields

PacketDecoder
PacketType