OpenMetaverse Protocol Library Developers API Documentation
UnpackBits Method (totalCount)
NamespacesOpenMetaverseBitPackUnpackBits(Int32)
Unpack a variable number of bits from the data in to integer format
Declaration Syntax
C#
public 
int 
UnpackBits(
        
int 
totalCount
)
Parameters
totalCount ( Int32)
Number of bits to unpack
Return Value
An 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)