C# Class TouchRemote.Core.Pairing.PairedDevices

uses registry for testing purposes, too lazy to bother with files
Afficher le fichier Open project: pieceofsummer/TouchRemote

Méthodes publiques

Méthode Description
ForgetDevice ( string deviceId ) : void
ForgetDevice ( this device ) : void
GetDevice ( string deviceId ) : PairedDevice
GetDevice ( ulong pairingGuid ) : PairedDevice
PerformPairing ( this device, string pinCode, string serviceName ) : void

Method Details

ForgetDevice() public static méthode

public static ForgetDevice ( string deviceId ) : void
deviceId string
Résultat void

ForgetDevice() public static méthode

public static ForgetDevice ( this device ) : void
device this
Résultat void

GetDevice() public static méthode

public static GetDevice ( string deviceId ) : PairedDevice
deviceId string
Résultat PairedDevice

GetDevice() public static méthode

public static GetDevice ( ulong pairingGuid ) : PairedDevice
pairingGuid ulong
Résultat PairedDevice

PerformPairing() public static méthode

public static PerformPairing ( this device, string pinCode, string serviceName ) : void
device this
pinCode string
serviceName string
Résultat void