DeviceAccessType.ForceReadTrigger Method

Forces read trigger
<ID("ForceReadTrigger", (int)e.ForceReadTrigger)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function ForceReadTrigger( _ 
ByVal timeout As Integer
) As Integer
This language is not supported or no code example is available.
[ID("ForceReadTrigger", (int)e.ForceReadTrigger)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public int ForceReadTrigger( 
int timeout 
)
This language is not supported or no code example is available.

Parameters

timeout
int

Timeout in ms

Return Value

int

Status. 0: Success, -1: Device is not running, -2: Tag in ReadTrigger not defined, -3: Reserved, -4: Timeout, -5: Tag In ReadStatus not defined, Others: Protocol error

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition