XBinder
Version 2.9.x
|
Go to the source code of this file.
Functions | |
EXTERNRT int | rtxStreamHexTextAttach (OSCTXT *pctxt, OSUINT16 flags) |
This function initializes a hexText stream and attaches it to the existing stream defined within the context. More... | |
EXTERNRT int rtxStreamHexTextAttach | ( | OSCTXT * | pctxt, |
OSUINT16 | flags | ||
) |
This function initializes a hexText stream and attaches it to the existing stream defined within the context.
This type of stream object can only be used with an existing stream. It acts as a filter to perform conversion to/from hex characters to binary data.
pctxt | Pointer to context structure variable. |
flags | Specifies the access mode for the stream:
|