Manual

CaptureAndTrigger
13
SetTriggerDeviceAddress
Declaration: long SetTiggerDeviceAddress(LPCTSTR strDeviceAddress)
Input(s): strDeviceAddress specifies device address of trigger item.
Length of this parameter is 7 characters in binary mode, where each
character is one of 0, 1, x, or X (as do not care).
Return Value Error code or zero (no error)
Remark: Sets the device address on which to trigger.
Note that the passed device address must be exclusive with the
trigger type that is specified with the SetTrigger method beforehand.
See Also API Errors
GetTriggerDeviceAddress
Declaration: CString GetTriggerDeviceAddress()
Input(s): None
Return Value: Device address of trigger item.
Length of this parameter is 7 characters in binary mode, where each
character is one of 0, 1, x, or X (as do not care).
Remark: Returns device address of trigger item.
SetTriggerEndPoint
Declaration: long SetTriggerEndPoint(LPCTSTR strEndPoint)
Input(s) strEndPoint specifies end point of trigger item.
Return Value: Error code or zero (no error)
Remark: This method sets endpoint of trigger item.
See Also API Errors
GetTriggerEndPoint
Declaration: CString GetTriggerEndPoint()
Input(s): None
Return Value: Endpoint number of trigger item
Remark: Returns endpoint of trigger item.
See Also API Errors