C# 클래스 Cirrious.MvvmCross.Plugins.Sphero.Wpf.Tooth.AvailableSphero

상속: BaseSphero, IAvailableSphero
파일 보기 프로젝트 열기: slodge/BallControl

공개 메소드들

메소드 설명
AvailableSphero ( BluetoothDeviceInfo peerInformation ) : System
Connect ( Action onSuccess, Action onError ) : void

비공개 메소드들

메소드 설명
DoConnect ( Action onSuccess, Action onError ) : void

메소드 상세

AvailableSphero() 공개 메소드

public AvailableSphero ( BluetoothDeviceInfo peerInformation ) : System
peerInformation BluetoothDeviceInfo
리턴 System

Connect() 공개 메소드

public Connect ( Action onSuccess, Action onError ) : void
onSuccess Action
onError Action
리턴 void