PEXGetSizeOCs - Return the Protocol Formatted Size of Output Commands


Synopsis

 
   int PEXGetSizeOCs(
          int float_format,
          int oc_count,
          PEXOCData *oc_data
     )
 

Arguments

float_format
The floating-point format to use in computing the formatted size.
oc_count
The number of output commands.

oc_data
An array of output command data.

Returns

The size, in bytes, of the formatted output commands; zero if unsuccessful.

Description

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.

Data Structures

See PEXlib.h for the definition of PEXOCData.

Errors

None.

See Also

For an overview, see PEXlib Access and Information Functions.