HXP
Command Interface Manual
Output parameters
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous TimerSet command which is used to Set
a timer. Refer to the XPS Programmer's manual to get the command description.
2.2.13
Reboot
Syntax
C# prototype
int Reboot( out string errstring)
Python prototype
[errstring] Reboot ()
Parameters
Input parameters
None
Output parameters
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous Reboot command which is used to
Reboot the controller. Refer to the XPS Programmer's manual to get the command
description.
2.2.14
Login
Syntax
C# prototype
int Login(string Name, string Password, out string errstring)
Python prototype
[errstring] Login (Name, Password)
Parameters
Input parameters
(string) Name: Name
(string) Password: Password
Output parameters
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
EDH0318En1042 — 12/18
8