HXP
Command Interface Manual
Parameters
Input parameters
(string[]) ExtendedEventName: ExtendedEventName
(string[]) EventParameter1: EventParameter1
(string[]) EventParameter2: EventParameter2
(string[]) EventParameter3: EventParameter3
(string[]) EventParameter4: EventParameter4
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 EventExtendedConfigurationTriggerSet
command which is used to Configure one or several events. Refer to the XPS
Programmer's manual to get the command description.
2.2.21
EventExtendedConfigurationTriggerGet
Syntax
C# prototype
int EventExtendedConfigurationTriggerGet(out string EventTriggerConfiguration, out
string errstring)
Python prototype
[EventTriggerConfiguration, errstring] EventExtendedConfigurationTriggerGet ()
Parameters
Input parameters
None
Output parameters
(string) EventTriggerConfiguration: EventTriggerConfiguration
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous EventExtendedConfigurationTriggerGet
command which is used to Read the event configuration. Refer to the XPS
Programmer's manual to get the command description.
2.2.22
EventExtendedConfigurationActionSet
Syntax
C# prototype
int EventExtendedConfigurationActionSet(string[] ExtendedActionName, string[]
ActionParameter1, string[] ActionParameter2, string[] ActionParameter3, string[]
ActionParameter4, out string errstring)
EDH0318En1042 — 12/18
12