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);
 }