次の方法で共有


HidFeatureReport.GetNumericControl(UInt16, UInt16) メソッド

定義

usagePage パラメーターと usageId パラメーターに関連付けられた数値コントロールを取得し、指定された機能レポートで見つかります。

public:
 virtual HidNumericControl ^ GetNumericControl(unsigned short usagePage, unsigned short usageId) = GetNumericControl;
HidNumericControl GetNumericControl(uint16_t const& usagePage, uint16_t const& usageId);
public HidNumericControl GetNumericControl(ushort usagePage, ushort usageId);
function getNumericControl(usagePage, usageId)
Public Function GetNumericControl (usagePage As UShort, usageId As UShort) As HidNumericControl

パラメーター

usagePage
UInt16

unsigned short

uint16_t

指定された HID デバイスの最上位コレクションの使用状況ページ。

usageId
UInt16

unsigned short

uint16_t

指定された HID デバイスの最上位コレクションの使用状況識別子。

戻り値

HidNumericControl オブジェクト。

適用対象

こちらもご覧ください