int convertData

( char* &data, int size,
  char &inputFormat, char &outputFormat,
  char* &result, int &finalSize )

For static ports, convert data between ascii and binary if the reader and writer want different formats.

Documentation

For static ports, convert data between ascii and binary if the reader and writer want different formats.
Parameters:
data - The original data as received from the writer client.
size - The number of bytes in data.
inputFormat - The format (ascii or binary) used by the writer client.
outputFormat - The format desired by the reader client.
result - The resulting data after conversion.
finalSize - The number of bytes in result.
Returns:
1 if conversion made, 0 if no conversion needed

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.