BluetoothConnectionGetConnectionReestablisher Method
|
Returns a ConnectionReestablisher which allows for easy recreation of a connection which may have been closed.
Namespace: Zebra.Sdk.CommAssemblies: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntaxpublic override ConnectionReestablisher GetConnectionReestablisher(
long thresholdTime
)
Public Overrides Function GetConnectionReestablisher (
thresholdTime As Long
) As ConnectionReestablisher
public:
virtual ConnectionReestablisher^ GetConnectionReestablisher(
long long thresholdTime
) override
Parameters
- thresholdTime Int64
- How long the Connection reestablisher will wait before attempting to reconnection to the printer.
Return Value
ConnectionReestablisherInstance of
ConnectionReestablisherImplements
ConnectionGetConnectionReestablisher(Int64)
Exceptions
RemarksThis call should be made while there is still an active connection to the printer (prior to issuing a command which will make the printer non-responsive).
See Also