BluetoothClientBeginDiscoverDevices Method |
Namespace:
InTheHand.Net.Sockets
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic IAsyncResult BeginDiscoverDevices(
int maxDevices,
bool authenticated,
bool remembered,
bool unknown,
bool discoverableOnly,
AsyncCallback callback,
Object state
)
Parameters
- maxDevices
- Type: SystemInt32
- authenticated
- Type: SystemBoolean
- remembered
- Type: SystemBoolean
- unknown
- Type: SystemBoolean
- discoverableOnly
- Type: SystemBoolean
- callback
- Type: SystemAsyncCallback
- state
- Type: SystemObject
Return Value
Type:
IAsyncResult
See Also