30 #ifndef _RTXINTDECODE_H_ 31 #define _RTXINTDECODE_H_ EXTERNRT int rtxDecUInt8(OSCTXT *pctxt, OSUINT8 *pvalue)
This macro decodes an 8-bit unsigned integer at the current message buffer/stream location and advanc...
EXTERNRT int rtxDecUInt16(OSCTXT *pctxt, OSUINT16 *pvalue, OSSIZE nbytes)
This function decodes an 16-bit unsigned integer at the current message buffer/stream location and ad...
EXTERNRT int rtxDecInt8(OSCTXT *pctxt, OSINT8 *pvalue)
This macro decodes an 8-bit signed integer at the current message buffer/stream location and advances...
EXTERNRT int rtxDecInt32(OSCTXT *pctxt, OSINT32 *pvalue, OSSIZE nbytes)
This function decodes an 32-bit signed integer at the current message buffer/stream location and adva...
Common run-time context definitions.
EXTERNRT int rtxDecInt64(OSCTXT *pctxt, OSINT64 *pvalue, OSSIZE nbytes)
This function decodes an 64-bit signed integer at the current message buffer/stream location and adva...
EXTERNRT int rtxDecUInt32(OSCTXT *pctxt, OSUINT32 *pvalue, OSSIZE nbytes)
This function decodes an 32-bit unsigned integer at the current message buffer/stream location and ad...
EXTERNRT int rtxDecUInt64(OSCTXT *pctxt, OSUINT64 *pvalue, OSSIZE nbytes)
This function decodes a 64-bit unsigned integer at the current message buffer/stream location and adv...
Run-time context structure.
EXTERNRT int rtxDecInt16(OSCTXT *pctxt, OSINT16 *pvalue, OSSIZE nbytes)
This function decodes an 16-bit signed integer at the current message buffer/stream location and adva...