HXP
Command Interface Manual
2.2.24
EventExtendedStart
Syntax
C# prototype
int EventExtendedStart(out Int32 ID, out string errstring)
Python prototype
[ID, errstring] EventExtendedStart ()
Parameters
Input parameters
None
Output parameters
(Int32_i) ID: ID
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous EventExtendedStart command which is
used to Launch the last event and action configuration and return an ID. Refer to the
XPS Programmer's manual to get the command description.
2.2.25
EventExtendedAllGet
Syntax
C# prototype
int EventExtendedAllGet(out string EventActionConfigurations, out string errstring)
Python prototype
[EventActionConfigurations, errstring] EventExtendedAllGet ()
Parameters
Input parameters
None
Output parameters
(string) EventActionConfigurations: EventActionConfigurations
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous EventExtendedAllGet command which is
used to Read all event and action configurations. Refer to the XPS Programmer's
manual to get the command description.
EDH0318En1042 — 12/18
14