30 #ifndef _RTXINTDECODE_H_ 31 #define _RTXINTDECODE_H_ 49 #define rtxDecInt8(pctxt,pvalue) rtxReadBytes(pctxt,pvalue,1) 87 #define rtxDecUInt8(pctxt,pvalue) rtxReadBytes(pctxt,pvalue,1) 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 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 rtxDecUInt32(OSCTXT *pctxt, OSUINT32 *pvalue, OSSIZE nbytes)
This function decodes an 32-bit unsigned integer at the current message buffer/stream location and ad...
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...