public static bool PairRequest(
BluetoothAddress device,
string pin = null
)Public Shared Function PairRequest (
device As BluetoothAddress,
Optional pin As String = Nothing
) As Booleanpublic:
static bool PairRequest(
BluetoothAddress^ device,
String^ pin = nullptr
)static member PairRequest :
device : BluetoothAddress *
?pin : string
(* Defaults:
let _pin = defaultArg pin null
*)
-> bool [Missing <param name="device"/> documentation for "M:InTheHand.Net.Bluetooth.BluetoothSecurity.PairRequest(InTheHand.Net.BluetoothAddress,System.String)"]
[Missing <returns> documentation for "M:InTheHand.Net.Bluetooth.BluetoothSecurity.PairRequest(InTheHand.Net.BluetoothAddress,System.String)"]