|
ASN1C C# Runtime Library
7.8
|
Static Public Member Functions | |
| static int | GetMsgBitCnt (int byteCount, int bitOffset) |
This class contains general purpose static utility functions related to PER encoding/decoding
|
static |
This method returns the number of bits in an encoded PER message buffer.
| byteCount | Number of full bytes in message |
| bitOffset | Offset to current bit in last byte ((7 - 0) or -1 if no bits used). |