Method | Description | |
---|---|---|
ForgetDevice ( string deviceId ) : void | ||
ForgetDevice ( this device ) : void | ||
GetDevice ( string deviceId ) : |
||
GetDevice ( ulong pairingGuid ) : |
||
PerformPairing ( this device, string pinCode, string serviceName ) : void |
public static ForgetDevice ( string deviceId ) : void | ||
deviceId | string | |
return | void |
public static ForgetDevice ( this device ) : void | ||
device | this | |
return | void |
public static GetDevice ( string deviceId ) : |
||
deviceId | string | |
return |
public static GetDevice ( ulong pairingGuid ) : |
||
pairingGuid | ulong | |
return |
public static PerformPairing ( this device, string pinCode, string serviceName ) : void | ||
device | this | |
pinCode | string | |
serviceName | string | |
return | void |