BluetoothConnectionTimeToWaitBeforeClose Property
|
Gets/sets the time to wait before closing the connection (milliseconds).
Namespace:
Zebra.Sdk.Comm
Assemblies:
ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
Syntax public int TimeToWaitBeforeClose { get; set; }
Public Property TimeToWaitBeforeClose As Integer
Get
Set
public:
property int TimeToWaitBeforeClose {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also