ASN1C C/C++ Common Runtime
ASN1C v7.4.x
|
#include <rtxContext.h>
Public Attributes | |
OSOCTET * | data |
OSSIZE | byteIndex |
OSSIZE | size |
OSINT16 | bitOffset |
OSBOOL | dynamic |
OSBOOL | aligned |
Run-time message buffer structure
This structure holds encoded message data. For an encode operation, it is where the message being built is stored. For decode, it holds a copy of the message that is being decoded.