C# Class WiiUnityClient, r2d2_assignment

Afficher le fichier Open project: timmutton/r2d2_assignment Class Usage Examples

Méthodes publiques

Méthode Description
EndClient ( ) : void
GetWiiState ( int wiimoteID ) : ClientWiiState
SendMsg ( String msg ) : void
StartClient ( ) : bool
ToggleIR ( int wiimoteID ) : void
ToggleRumble ( int wiimoteID ) : void
UpdateAccel ( int wiimoteID ) : void
UpdateButtons ( int wiimoteID ) : void
UpdateIR ( int wiimoteID ) : void
UpdateNunchuck ( int wiimoteID ) : void
WaitForMsg ( ) : String
WiiUnityClient ( ) : System

Method Details

EndClient() public méthode

public EndClient ( ) : void
Résultat void

GetWiiState() public méthode

public GetWiiState ( int wiimoteID ) : ClientWiiState
wiimoteID int
Résultat ClientWiiState

SendMsg() public méthode

public SendMsg ( String msg ) : void
msg String
Résultat void

StartClient() public méthode

public StartClient ( ) : bool
Résultat bool

ToggleIR() public méthode

public ToggleIR ( int wiimoteID ) : void
wiimoteID int
Résultat void

ToggleRumble() public méthode

public ToggleRumble ( int wiimoteID ) : void
wiimoteID int
Résultat void

UpdateAccel() public méthode

public UpdateAccel ( int wiimoteID ) : void
wiimoteID int
Résultat void

UpdateButtons() public méthode

public UpdateButtons ( int wiimoteID ) : void
wiimoteID int
Résultat void

UpdateIR() public méthode

public UpdateIR ( int wiimoteID ) : void
wiimoteID int
Résultat void

UpdateNunchuck() public méthode

public UpdateNunchuck ( int wiimoteID ) : void
wiimoteID int
Résultat void

WaitForMsg() public méthode

public WaitForMsg ( ) : String
Résultat String

WiiUnityClient() public méthode

public WiiUnityClient ( ) : System
Résultat System