OnAioContinuosModeStop


Function

 

This event occurs when continuous mode sampling is stopped.

 

Format

 

dncDaq1_OnAioContinuousModeStop(object sender, AioContinuousModeStopEventArgs e)

 

Parameters

 

sender [ C#: object ] [ VB.NET: object ]

The event source.

 

e [ C#: AioContinuousModeStopEventArgs  ] [ VB.NET: AioContinuousModeStopEventArgs ]

Event arguments. Details are shown below.

 

Event argument

 

Arguments

C# Type

VB.NET Type

Description

DeviceNo

short

Short

Returns the device No..

DeviceName

string

String

Returns the device name.

Direction

short

Short

Returns the I/O direction.

1: Input

Time

string

String

Returns the stop time (YY/MM/DD HH:MM:SS).

 

Remarks

 

This is an event to acquire continuous mode information at the stop of continuous mode sampling.