Description
The Close method closes the line device.
[Visual Basic]
Function Close() As Boolean
[C#]
public vod Close(void);
Parameters
- None.
Return values
If the function succeeds, the return TRUE, otherwise return FALSE. Use ErrCode property to get the error code if return FALSE.
Remarks
After the line has been closed , the instance of TAPILine will released.
See Also
Support editions



