BluetoothClientInquiryLength Property

Amount of time allowed to perform the query.

Definition

Namespace: InTheHand.Net.Sockets
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public TimeSpan InquiryLength { get; set; }

Property Value

TimeSpan

Remarks

On Windows the actual value used is expressed in units of 1.28 seconds, so will be the nearest match for the value supplied. The default value is 10 seconds. The maximum is 61 seconds.

See Also