OSRTBuffer Struct Reference
[Context Management Functions, Context Management Functions]
Run-time message buffer structure.
More...
#include <rtxContext.h>
Public Attributes | |
| OSOCTET * | data |
| size_t | byteIndex |
| size_t | size |
| OSINT16 | bitOffset |
| OSBOOL | dynamic |
| OSBOOL | aligned |
Detailed Description
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.
Definition at line 89 of file rtxContext.h.
The documentation for this struct was generated from the following file:
