Exemplo n.º 1
0
 protected static ushort ToValue(UsbHidReportRequestType type, UsbHidReportRequestId id)
 {
     return(BitConverter.ToUInt16(new[] { (byte)id, (byte)type }, 0));
 }
Exemplo n.º 2
0
 protected static ushort ToValue(UsbHidReportRequestType type, UsbHidReportRequestId id)
 {
     return BitConverter.ToUInt16(new[] { (byte)id, (byte)type }, 0);
 }
Exemplo n.º 3
0
 protected static ushort ToValue(UsbHidReportRequestType type)
 {
     return((ushort)((byte)type << 8 | (byte)0x00));
 }
Exemplo n.º 4
0
 protected static ushort ToValue(UsbHidReportRequestType type)
 {
     return (ushort) ((byte) type << 8 | (byte) 0x00);
 }