OpenMetaverse Protocol Library Developers API Documentation
BitPack Constructor (data, pos)
NamespacesOpenMetaverseBitPackBitPack( array< Byte > [] () [] [] , Int32)
Default constructor, initialize the bit packer / bit unpacker with a byte array and starting position
Declaration Syntax
C#
public
BitPack(

byte[]
data,

int
pos
)
Parameters
data ( array< Byte > [] () [] [] )
Byte array to pack bits in to or unpack from
pos ( Int32)
Starting position in the byte array

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