int MXCommon__GetStateNameFromID ( xsd__unsignedLong  SubsystemID,
xsd__unsignedLong  StateID,
struct MXCommon__ByteArrayResponse Response 
)
Parameters:
[in] SubsystemID sub-system numerical ID.
[in] StateID sub-system numerical ID.
[out] Response 
  • sResponse.iReturnValue : Return value
    • 0 success
    • -1 system error while executing the request (see syserrno)
    • -2 invalid parameters SubsystemID or StateID
  • sResponse.syserrno : System-error code. The value of the libc "errno" code, see MXCommon__Strerror().
  • sArray The symbolic name associated with the state numerical ID.
Return values:
SOAP_OK SOAP call success
otherwise SOAP protocol error