C# Класс Mirror.InputEvent

Наследование: Mirror.UsbLibrary.InputReport
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

InputEvent() публичный Метод

public InputEvent ( HIDDevice mirrorDevice ) : System
mirrorDevice HIDDevice
Результат System

ProcessData() публичный Метод

public ProcessData ( ) : void
Результат void

ToVersionNumberString() публичный Метод

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 ToVersionNumberString ( ) : string
Результат string