BluetoothStatusConnectionGetConnectionReestablisher(Int64) Method
|
[Missing <summary> documentation for "M:Zebra.Sdk.Comm.BluetoothStatusConnection.GetConnectionReestablisher(System.Int64)"]
Namespace: Zebra.Sdk.CommAssembly: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
Syntax public 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
[Missing <param name="thresholdTime"/> documentation for "M:Zebra.Sdk.Comm.BluetoothStatusConnection.GetConnectionReestablisher(System.Int64)"]
Return Value
ConnectionReestablisherImplements
ConnectionGetConnectionReestablisher(Int64)See Also