edmiSdaiErrorsOnly
SdaiOnOff edmiSdaiErrorsOnly(SdaiOnOff OnOff);
Defines whether the full range of EDMinterface error codes can be returned in an EDMinterface operation or only the error codes defined in ISO 10303-22: The Standard Data Access Interface (SDAI). The EDMinterface defines many more error codes than the few defined in ISO 10303-22 to give more detailed and descriptive information about errors and exceptions in EDMinterface operations. This function is used to turn on or off the issuing of the EDMinterface specific error codes. See the include file sdai.h for a detailed list of all EDMinterface error codes and corresponding error text.
Arguments
Type | Name | Comment |
SdaiOnOff | OnOff | The two following values can be specified:
|
Return Value
SdaiOnOff | Returns the current status of this facility at the invocation of the operation. The returned value is of type SdaiOnOff and can have the following two values:
|
Options
Example
SdaiOnOff sdaiErrorsOnlyState; . . . sdaiErrorsOnlyState = edmiSdaiErrorsOnly(sdaiOFF); . . . /* Reset EDMinterface extended error code state */ edmiSdaiErrorsOnly(sdaiErrorsOnlyState); . . .
See also
Filter by label
There are no items with the selected labels at this time.