CommonBluetoothInquiry<TInquiryEventItemType>.BeginInquiry Method |
Namespace:
InTheHand.Net.Bluetooth.Factory
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic IAsyncResult BeginInquiry(
int maxDevices,
TimeSpan inquiryLength,
AsyncCallback asyncCallback,
Object state,
BluetoothClient.LiveDiscoveryCallback liveDiscoHandler,
Object liveDiscoState,
ThreadStart startInquiry,
DiscoDevsParams args
)
Parameters
- maxDevices
- Type: System.Int32
- inquiryLength
- Type: System.TimeSpan
- asyncCallback
- Type: System.AsyncCallback
- state
- Type: System.Object
- liveDiscoHandler
- Type: InTheHand.Net.Sockets.BluetoothClient.LiveDiscoveryCallback
- liveDiscoState
- Type: System.Object
- startInquiry
- Type: System.Threading.ThreadStart
- args
- Type: InTheHand.Net.Bluetooth.Factory.DiscoDevsParams
Return Value
Type:
IAsyncResult
See Also