예제 #1
0
 protected static ushort ToValue(UsbHidReportRequestType type, UsbHidReportRequestId id)
 {
     return(BitConverter.ToUInt16(new[] { (byte)id, (byte)type }, 0));
 }
예제 #2
0
 protected static ushort ToValue(UsbHidReportRequestType type, UsbHidReportRequestId id)
 {
     return BitConverter.ToUInt16(new[] { (byte)id, (byte)type }, 0);
 }