HXP
Command Interface Manual
2.2.26
EventExtendedGet
Syntax
C# prototype
int EventExtendedGet(Int32 ID, out string EventTriggerConfiguration, out string
ActionConfiguration, out string errstring)
Python prototype
[EventTriggerConfiguration, ActionConfiguration, errstring] EventExtendedGet (ID)
Parameters
Input parameters
(Int32) ID: ID
Output parameters
(string) EventTriggerConfiguration: EventTriggerConfiguration
(string) ActionConfiguration: ActionConfiguration
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous EventExtendedGet command which is
used to Read the event and action configuration defined by ID. Refer to the XPS
Programmer's manual to get the command description.
2.2.27
EventExtendedRemove
Syntax
C# prototype
int EventExtendedRemove(Int32 ID, out string errstring)
Python prototype
[errstring] EventExtendedRemove (ID)
Parameters
Input parameters
(Int32) ID: ID
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 EventExtendedRemove command which
is used to Remove the event and action configuration defined by ID. Refer to the XPS
Programmer's manual to get the command description.
15
EDH0318En1042 — 12/18