HXP
Command Interface Manual
Description
This function is used to process synchrounous Login command which is used to Log in.
Refer to the XPS Programmer's manual to get the command description.
2.2.15
CloseAllOtherSockets
Syntax
C# prototype
int CloseAllOtherSockets( out string errstring)
Python prototype
[errstring] CloseAllOtherSockets ()
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 CloseAllOtherSockets command which
is used to Close all socket beside the one used to send this command. Refer to the XPS
Programmer's manual to get the command description.
2.2.16
EventAdd
Syntax
C# prototype
int EventAdd(string PositionerName, string EventName, string EventParameter, string
ActionName, string ActionParameter1, string ActionParameter2, string
ActionParameter3, out string errstring)
Python prototype
[errstring] EventAdd (PositionerName, EventName, EventParameter, ActionName,
ActionParameter1, ActionParameter2, ActionParameter3)
Parameters
Input parameters
(string) PositionerName: PositionerName
(string) EventName: EventName
(string) EventParameter: EventParameter
(string) ActionName: ActionName
(string) ActionParameter1: ActionParameter1
(string) ActionParameter2: ActionParameter2
(string) ActionParameter3: ActionParameter3
Output parameters
(string) errString: The failure reason
9
EDH0318En1042 — 12/18