OpenMetaverse Protocol Library Developers API Documentation
UnpackUBits Method (totalCount)
NamespacesOpenMetaverseBitPackUnpackUBits(Int32)
Unpack a variable number of bits from the data in to unsigned integer format
Declaration Syntax
C#
public 
uint 
UnpackUBits(
        
int 
totalCount
)
Parameters
totalCount ( Int32)
Number of bits to unpack
Return Value
An unsigned integer containing the unpacked bits
Remarks
This function is only useful up to 32 bits

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