Function
Returns event information when a carry/borrow event occurs.
Format
dncDaq1_OnCarryBorrow(object sender, short DeviceNo, CntCntNotifyCountUpEventArgs e)
Parameters
sender [ C#: object ] [ VB.NET: object ]
The source of the carry/borrow event.
DeviceNo [ C#: short ] [ VB.NET: Short ]
Returns the device number where the carry/borrow event occurred.
e [ C#: DncErrorEventArgs ] [ VB.NET: DncErrorEventArgs ]
Event arguments for carry/borrow occurrence. Details are provided below.
Event argument
Arguments |
C# Type |
VB.NET Type |
Description |
ChannelNo |
short |
Short |
Returns channel number. |
OnCarryBorrow |
short |
Short |
0: CARRY, 1: BORROW |
Remarks
Returns event information when a carry/borrow event occurs.