
- 361 -
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 Meaning
SecurityException The port has already opened by another application.
DeviceNotFoundException The COM port specified at Port does not exist.
ArgumentNullException The file has not been added by AddFile.
PathTooLongException The path specified by Path is too long, or the file name
specified by AddFile is too long.
[Ex.] Send a file.
[VB] MyFileTransfer.Output()
[C#] MyFileTransfer.Output ();
Comentários a estes Manuais