Méthode | Description | |
---|---|---|
EnsureIsInitialized ( ) : void |
Initializes mirror.
|
|
GetChoreoInfo ( ) : |
Gets choreo info. Actual implementation of this method is still a bit mystery. ALL CHOREO RELATED STUFF IS HIGHLY EXPERIMENTAL AND PROPABLY WON'T WORK!
|
|
GetOrientation ( ) : Orientation |
Gets the orientation of mirror.
|
|
PlayChoreo ( ) : bool |
Sets choreo on. Last choreo is also played. ALL CHOREO RELATED STUFF IS HIGHLY EXPERIMENTAL AND PROPABLY WON'T WORK!
|
|
SetChoreoOff ( ) : bool |
Sets choreo off. This also shuts down lights. This works only if mirror is just initialized and no tags are shown to it. ALL CHOREO RELATED STUFF IS HIGHLY EXPERIMENTAL AND PROPABLY WON'T WORK!
|
|
SetChoreoPowerOnly ( ) : bool |
ALL CHOREO RELATED STUFF IS HIGHLY EXPERIMENTAL AND PROPABLY WON'T WORK!
|
|
UnknownChoreoCommand02 ( ) : void |
ALL CHOREO RELATED STUFF IS HIGHLY EXPERIMENTAL AND PROPABLY WON'T WORK!
|
|
UnknownChoreoCommand05 ( ) : void |
ALL CHOREO RELATED STUFF IS HIGHLY EXPERIMENTAL AND PROPABLY WON'T WORK!
|
|
UnknownChoreoCommand06 ( ) : void |
ALL CHOREO RELATED STUFF IS HIGHLY EXPERIMENTAL AND PROPABLY WON'T WORK!
|
|
VioletMirror ( string devicePath ) : System.Text |
Initializes new instance of VioletMirror. User MirrorFactory to get mirror.
|
Méthode | Description | |
---|---|---|
CreateInputReport ( ) : |
||
CreateOutputReport ( EventType eventType, byte data ) : |
||
Dispose ( bool bDisposing ) : void | ||
GetMirrorId ( ) : string | ||
GetNewMessageId ( ) : ushort |
Gets new message identifier.
|
|
HandleDataReceived ( |
||
SendData ( EventType eventType, byte data ) : void | ||
SendDataAndWaitResponse ( EventType eventType, byte data ) : |
Méthode | Description | |
---|---|---|
GetApplicationVersion ( ) : string | ||
GetBootloaderVersion ( ) : string |
protected CreateInputReport ( ) : |
||
Résultat |
protected CreateOutputReport ( EventType eventType, byte data ) : |
||
eventType | EventType | |
data | byte | |
Résultat |
protected Dispose ( bool bDisposing ) : void | ||
bDisposing | bool | |
Résultat | void |
protected HandleDataReceived ( |
||
inputReport | ||
Résultat | void |
protected SendData ( EventType eventType, byte data ) : void | ||
eventType | EventType | |
data | byte | |
Résultat | void |
protected SendDataAndWaitResponse ( EventType eventType, byte data ) : |
||
eventType | EventType | |
data | byte | |
Résultat |
public VioletMirror ( string devicePath ) : System.Text | ||
devicePath | string | |
Résultat | System.Text |