HXP
Command Interface Manual
2.2.132
ControllerStatusGet
Syntax
C# prototype
int ControllerStatusGet(out Int32 ControllerStatus, out string errstring)
Python prototype
[ControllerStatus, errstring] ControllerStatusGet ()
Parameters
Input parameters
None
Output parameters
(Int32_i) ControllerStatus: ControllerStatus
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous ControllerStatusGet command which is
used to Read controller current status. Refer to the XPS Programmer's manual to get
the command description.
2.2.133
ControllerStatusStringGet
Syntax
C# prototype
int ControllerStatusStringGet(Int32 ControllerStatusCode, out string
ControllerStatusString, out string errstring)
Python prototype
[ControllerStatusString, errstring] ControllerStatusStringGet (ControllerStatusCode)
Parameters
Input parameters
(Int32) ControllerStatusCode: ControllerStatusCode
Output parameters
(string) ControllerStatusString: ControllerStatusString
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous ControllerStatusStringGet command
which is used to Return the controller status string corresponding to the controller
status code. Refer to the XPS Programmer's manual to get the command description.
EDH0318En1042 — 12/18
74