Method | Description | |
---|---|---|
InputEvent ( HIDDevice mirrorDevice ) : System | ||
ProcessData ( ) : void | ||
ToVersionNumberString ( ) : string |
Parses version number string from data. Versio number consists of 48 bits where 12 bits is always assigned to each number; major, minor, version and build. This convention is based on screenshot at http://2.bp.blogspot.com/_NcFT1bJ_drE/SPRnEuvht3I/AAAAAAAABek/GIx05u3bGz8/s1600-h/MirrorFactoryTestTool.jpg each part of version number is based on three bits.
|
public InputEvent ( HIDDevice mirrorDevice ) : System | ||
mirrorDevice | HIDDevice | |
return | System |