HidNumericControlDescription.ReportSize Propiedad

Definición

Obtiene el tamaño del campo de datos para el uso en un informe.

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

Valor de propiedad

UInt32

unsigned int

uint32_t

Tamaño del campo de datos (en bits).

Comentarios

Si ReportCount es mayor que uno, cada uso tiene un campo de datos independiente de este tamaño.

Se aplica a

Consulte también