C# 클래스 TouchRemote.Core.Pairing.PairedDevices

uses registry for testing purposes, too lazy to bother with files
파일 보기 프로젝트 열기: pieceofsummer/TouchRemote

공개 메소드들

메소드 설명
ForgetDevice ( string deviceId ) : void
ForgetDevice ( this device ) : void
GetDevice ( string deviceId ) : PairedDevice
GetDevice ( ulong pairingGuid ) : PairedDevice
PerformPairing ( this device, string pinCode, string serviceName ) : void

메소드 상세

ForgetDevice() 공개 정적인 메소드

public static ForgetDevice ( string deviceId ) : void
deviceId string
리턴 void

ForgetDevice() 공개 정적인 메소드

public static ForgetDevice ( this device ) : void
device this
리턴 void

GetDevice() 공개 정적인 메소드

public static GetDevice ( string deviceId ) : PairedDevice
deviceId string
리턴 PairedDevice

GetDevice() 공개 정적인 메소드

public static GetDevice ( ulong pairingGuid ) : PairedDevice
pairingGuid ulong
리턴 PairedDevice

PerformPairing() 공개 정적인 메소드

public static PerformPairing ( this device, string pinCode, string serviceName ) : void
device this
pinCode string
serviceName string
리턴 void