int PEXGetSizeOCs(
          int float_format,
          int oc_count,
          PEXOCData *oc_data
     )
 
 
The size, in bytes, of the formatted output commands; zero if unsuccessful.
Invoke PEXGetSizeOCs to get information about the size of the protocol for the output commands.
If the implementation does not support the specified floating-point format, then the implementation issues an unsuccessful return value of zero.
See PEXlib.h for the definition of PEXOCData.
None.
For an overview, see PEXlib Access and Information Functions.