コード例 #1
0
ファイル: HidProtocol.cs プロジェクト: SnowmanTackler/OpenTK
 public static extern HidProtocolStatus GetUsageValue(HidProtocolReportType type,
                                                      HIDPage usage_page, short link_collection, short usage, ref uint usage_value,
                                                      [In] byte[] preparsed_data, IntPtr report, int report_length);
コード例 #2
0
ファイル: HidProtocol.cs プロジェクト: SnowmanTackler/OpenTK
 public static extern HidProtocolStatus GetSpecificButtonCaps(HidProtocolReportType ReportType,
                                                              HIDPage UsagePage, ushort LinkCollection, ushort Usage,
                                                              [Out] HidProtocolButtonCaps[] ButtonCaps, ref ushort ButtonCapsLength,
                                                              [In] byte[] PreparsedData);
コード例 #3
0
ファイル: HidProtocol.cs プロジェクト: SnowmanTackler/OpenTK
 unsafe public static extern HidProtocolStatus GetUsages(HidProtocolReportType type,
                                                         HIDPage usage_page, short link_collection, short *usage_list, ref int usage_length,
                                                         [In] byte[] preparsed_data, IntPtr report, int report_length);
コード例 #4
0
ファイル: HidProtocol.cs プロジェクト: SnowmanTackler/OpenTK
 public static extern HidProtocolStatus GetButtonCaps(HidProtocolReportType hidProtocolReportType,
                                                      [Out] HidProtocolButtonCaps[] button_caps, ref ushort p, [In] byte[] preparsed_data);
コード例 #5
0
ファイル: HidProtocol.cs プロジェクト: SnowmanTackler/OpenTK
 public static extern HidProtocolStatus GetData(HidProtocolReportType type,
                                                [Out] HidProtocolData[] data, ref int data_length,
                                                [In] byte[] preparsed_data, IntPtr report, int report_length);
コード例 #6
0
ファイル: HidProtocol.cs プロジェクト: SnowmanTackler/OpenTK
 public static extern HidProtocolStatus GetValueCaps(HidProtocolReportType type,
                                                     [Out] HidProtocolValueCaps[] caps, ref ushort caps_length, [In] byte[] preparsed_data);
コード例 #7
0
ファイル: HidProtocol.cs プロジェクト: SnowmanTackler/OpenTK
 public static extern int MaxDataListLength(HidProtocolReportType type, [In] byte[] preparsed_data);
コード例 #8
0
ファイル: HidProtocol.cs プロジェクト: RockyTV/opentk
 unsafe public static extern HidProtocolStatus GetUsages(HidProtocolReportType type,
     HIDPage usage_page, short link_collection, short* usage_list, ref int usage_length,
     [In] byte[] preparsed_data, IntPtr report, int report_length);
コード例 #9
0
ファイル: HidProtocol.cs プロジェクト: RockyTV/opentk
 public static extern HidProtocolStatus GetUsageValue(HidProtocolReportType type,
     HIDPage usage_page, short link_collection, short usage, ref uint usage_value,
     [In] byte[] preparsed_data, IntPtr report, int report_length);
コード例 #10
0
ファイル: HidProtocol.cs プロジェクト: RockyTV/opentk
 public static extern HidProtocolStatus GetSpecificButtonCaps(HidProtocolReportType ReportType,
     HIDPage UsagePage, ushort LinkCollection, ushort Usage,
     [Out] HidProtocolButtonCaps[] ButtonCaps, ref ushort ButtonCapsLength,
     [In] byte[] PreparsedData);
コード例 #11
0
ファイル: HidProtocol.cs プロジェクト: RockyTV/opentk
 public static extern HidProtocolStatus GetData(HidProtocolReportType type,
     [Out] HidProtocolData[] data, ref int data_length,
     [In] byte[] preparsed_data, IntPtr report, int report_length);
コード例 #12
0
ファイル: HidProtocol.cs プロジェクト: RockyTV/opentk
 public static extern HidProtocolStatus GetButtonCaps(HidProtocolReportType hidProtocolReportType,
     [Out] HidProtocolButtonCaps[] button_caps, ref ushort p, [In] byte[] preparsed_data);
コード例 #13
0
ファイル: HidProtocol.cs プロジェクト: RockyTV/opentk
 public static extern int MaxDataListLength(HidProtocolReportType type, [In] byte[] preparsed_data);
コード例 #14
0
ファイル: HidProtocol.cs プロジェクト: RockyTV/opentk
 public static extern HidProtocolStatus GetValueCaps(HidProtocolReportType type,
     [Out] HidProtocolValueCaps[] caps, ref ushort caps_length, [In] byte[] preparsed_data);