CommonBluetoothInquiryTInquiryEventItemTypeBeginInquiry 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,
BluetoothClientLiveDiscoveryCallback liveDiscoHandler,
Object liveDiscoState,
ThreadStart startInquiry,
DiscoDevsParams args
)
Parameters
- maxDevices
- Type: SystemInt32
- inquiryLength
- Type: SystemTimeSpan
- asyncCallback
- Type: SystemAsyncCallback
- state
- Type: SystemObject
- liveDiscoHandler
- Type: InTheHand.Net.SocketsBluetoothClientLiveDiscoveryCallback
- liveDiscoState
- Type: SystemObject
- startInquiry
- Type: System.ThreadingThreadStart
- args
- Type: InTheHand.Net.Bluetooth.FactoryDiscoDevsParams
Return Value
Type:
IAsyncResult
See Also