BluetoothClientInquiryLength Property
Amount of time allowed to perform the query.
Namespace: InTheHand.Net.SocketsAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public TimeSpan InquiryLength { get; set; }
Public Property InquiryLength As TimeSpan
Get
Set
public:
property TimeSpan InquiryLength {
TimeSpan get ();
void set (TimeSpan value);
}
member InquiryLength : TimeSpan with get, set
Property Value
TimeSpan 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.