Specifications

- 360 -
Input
Receives a file.
Syntax
[VB]
Public Sub Input()
[C#]
public void Input();
Parameters
None
Return value
None
Exceptions
Name of Exception Meaning
SecurityException The port has already opened by another application.
DeviceNotFoundException The COM port specified at Port does not exist.
[Ex.] Receive a file.
[VB] MyFileTransfer.Input()
[C#] MyFileTransfer.Input ();