70 (OSSIZE numocts,
const OSOCTET* data,
char* buffer, OSSIZE bufsiz);
90 (
OSCTXT* pctxt, OSSIZE numocts,
char* buffer, OSSIZE bufsiz);
EXTERNRT int rtxDecQ825TBCDString(OSCTXT *pctxt, OSSIZE numocts, char *buffer, OSSIZE bufsiz)
This function decodes a Q.825 TBCD value to a standard null-terminated string.
EXTERNRT int rtxEncQ825TBCDString(OSCTXT *pctxt, const char *str)
This function encodes a null-terminated string Q.825 TBCD string.
EXTERNRT int rtxTBCDBinToChar(OSUINT8 bcdDigit, char *pdigit)
This function converts a TBCD binary character into its ASCII equivalent.
EXTERNRT int rtxTBCDCharToBin(char digit, OSUINT8 *pbyte)
This function converts a TBCD character ('0'-'9',"*#abc") into its binary equivalent.
Common run-time context definitions.
Run-time context structure.
EXTERNRT int rtxQ825TBCDToString(OSSIZE numocts, const OSOCTET *data, char *buffer, OSSIZE bufsiz)
This function converts a Q.825 TBCD value to a standard null-terminated string.