Denso BHT-400-CE Reference Manual page 331

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Abort
Aborts the file transfer that is already in progress.
Syntax
[VB]
Public Sub Abort()
[C#]
public void Abort();
Parameters
None
Return value
None
Exceptions
None
Note
Execution of this method will result in an OnDone event after file transfer has been aborted.
[Ex.] Interrupt file transfer.
[VB] MyFileTransfer.Abort()
[C#] MyFileTransfer.Abort ();
- 325 -

Advertisement

Table of Contents
loading

Table of Contents