Denso BHT-400-CE Reference Manual page 324

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

TransferringEventInterval
Sets the interval for creating transferring events (OnTransferring).
Syntax
[VB]
Public Property
[C#]
public int
TransferringEventInterval
Property
Event interval (in units of 100 msec)
Parameter values: 0 and above, but less than System.Int32.MaxValue
Default value: 0
0: No event will occur.
Exceptions
None
Note
The value specified for this property will be valid the next time a send or receive operation is
performed.
[Ex.] Set the event occurrence interval to ensure that file transfer information can be
acquired every second.
[VB] MyFileTransfer.TransferringEventInterval = 10
[C#] MyFileTransfer.TransferringEventInterval = 10;
TransferringEventInterval
{get; set}
As Integer
- 318 -

Advertisement

Table of Contents
loading

Table of Contents