HidNumericControlDescription.ReportSize プロパティ

定義

レポートの使用状況のデータ フィールドのサイズを取得します。

public:
 property unsigned int ReportSize { unsigned int get(); };
uint32_t ReportSize();
public uint ReportSize { get; }
var uInt32 = hidNumericControlDescription.reportSize;
Public ReadOnly Property ReportSize As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

データ フィールドのサイズ (ビット単位)。

注釈

ReportCount が 1 より大きい場合、各使用状況には、このサイズの個別のデータ フィールドがあります。

適用対象

こちらもご覧ください