|
|
 |
|
Asn1PerUtil Class ReferenceList of all members.
Detailed Description
This class contains general purpose static utility functions related to PER encoding/decoding
|
Static Public Member Functions |
| static int | GetMsgBitCnt (int byteCount, int bitOffset) |
Member Function Documentation
| static int GetMsgBitCnt |
( |
int |
byteCount, |
|
|
int |
bitOffset |
|
) |
[static] |
|
|
|
This method returns the number of bits in an encoded PER message buffer.
- Parameters:
-
| byteCount | Number of full bytes in message |
| bitOffset | Offset to current bit in last byte ((7 - 0) or -1 if no bits used). |
- Returns:
- Count of bits in encoded message
|
|
This document may be distributed in any form, electronic
or otherwise, provided that it is distributed in its entirety
and that the copyright and this notice are included.
|
This file was last modified on
18 Nov 2005. ASN1C C# Runtime Library, 5.8 |
|