Click or drag to resize

UsbConnectionClose Method

Closes this connection and releases any system resources associated with the connection.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax
public override void Close()

Implements

ConnectionClose
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
Remarks
If the connection is already closed then invoking this method has no effect.
See Also