UsbConnectionClose Method
|
Closes this connection and releases any system resources associated with the connection.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntaxpublic override void Close()
Public Overrides Sub Close
public:
virtual void Close() override
Implements
ConnectionClose
Exceptions
RemarksIf the connection is already closed then invoking this method has no effect.
See Also