This function appends data to the buffer containing the bit stream representation of a message, for the specified parser object.
void cpiAppendToBuffer(
int* returnCode,
CciParser* parser,
CciByte* data,
CciSize length);
None. If an error occurs, returnCode indicates the reason for the error.
This example is taken from the sample parser file BipSampPluginParser.c:
cpiAppendToBuffer(&rc, parser, (char *)"Some test data", 14);