C# Class WiimoteLib.WiimoteService

Inheritance: DsspServiceBase
Afficher le fichier Open project: pwner4once/Airscribe

Méthodes publiques

Méthode Description
InternalWiimoteChangedHandler ( WiimoteChanged update ) : void
WiimoteService ( DsspServiceCreationPort creationPort ) : System

Default Service Constructor

Méthodes protégées

Méthode Description
Start ( ) : void

Service Start

Private Methods

Méthode Description
DropHandler ( Microsoft.Dss.Services.DefaultTarget drop ) : IEnumerator
GetHandler ( Get get ) : IEnumerator
SetLEDsHandler ( SetLEDs update ) : void
SetRumbleHandler ( SetRumble update ) : void
SubscribeHandler ( Subscribe subscribe ) : IEnumerator
_wm_WiimoteChanged ( object sender, WiimoteLib.WiimoteChangedEventArgs args ) : void
_wm_WiimoteExtensionChanged ( object sender, WiimoteLib.WiimoteExtensionChangedEventArgs args ) : void

Method Details

InternalWiimoteChangedHandler() public méthode

public InternalWiimoteChangedHandler ( WiimoteChanged update ) : void
update WiimoteChanged
Résultat void

Start() protected méthode

Service Start
protected Start ( ) : void
Résultat void

WiimoteService() public méthode

Default Service Constructor
public WiimoteService ( DsspServiceCreationPort creationPort ) : System
creationPort DsspServiceCreationPort
Résultat System