
Input
Receives a file.
■ Syntax
[VB]
Public Sub Input()
[C#]
public void Input();
■ Parameters
None
■ Return value
None
■ Exceptions
Name of Exception Meaning
ArgumentException The value specified to communication parameter is invalid
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 ();
375
Comentarios a estos manuales