GET_VERSION_RESULT NSSOAP Classes

A GET_VERSION_RESULT object is returned from a call to get_version.

class GET_VERSION_RESULT {
  STATUS_NUM status_num; // Status code
  string     status_string; // Status string
  uint       extended_error; // Error code if status_num equals ExtendedError
  string     nssoap_api_version; // NSSOAP API version string
  string     fax_server_version; // Fax server version string
}


Members:
status_num Contains a value from the STATUS_NUM enumeration.

status_string Contains a status string.

extended_error Contains an extended error code, if status_num equals ExtendedError.
 
nssoap_api_version Contains the version of the NSSOAP API.  The return value is a string formatted as version-major.version-minor, for example, "1.0".

fax_server_version Contains the version of the fax server, for example, "7.5.2745.995".

See Also:
delete_message