Click or drag to resize

CMDriveRemoteHttpSetSWInTrigger Method

Triggers the given software IN trigger, that is used to tell the running procedure to move to the next step

Namespace: CompreDriveSDK.WCF.Http
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public bool SetSWInTrigger(
	int? Triggernumber
)

Parameters

Triggernumber  NullableInt32
The index of the trigger to set

Return Value

Boolean
True if the action was successful, or false if not

Implements

ICompreDriveWCFSetSWInTrigger(NullableInt32)
See Also