Denso BHT-400-CE Reference Manual page 330

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Output
Sends the contents of the file that was specified by AddFile.
Syntax
[VB]
Public Sub Output()
[C#]
public void Output();
Parameters
None
Return value
None
Exceptions
Name of Exception
SecurityException
DeviceNotFoundException
ArgumentNullException
PathTooLongException
[Ex.] Send a file.
[VB] MyFileTransfer.Output()
[C#] MyFileTransfer.Output ();
Meaning
The port has already opened by another application.
The COM port specified at Port does not exist.
The file has not been added by AddFile.
The path specified by Path is too long, or the file name
specified by AddFile is too long.
- 324 -

Advertisement

Table of Contents
loading

Table of Contents