DataValue Property

HidSharp

EncodedItem DataValue Property HIDSharp

Namespace: HidSharp.ReportDescriptors
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public uint DataValue { get; set; }
public uint DataValue { get; set; }
Public Property DataValue As UInteger 
	Get 
	Set
Public Property DataValue As UInteger 
	Get 
	Set
public:
property unsigned int DataValue {
	unsigned int get ();
	void set (unsigned int value);
}
public:
property unsigned int DataValue {
	unsigned int get ();
	void set (unsigned int value);
}
member DataValue : uint32 with get, set
member DataValue : uint32 with get, set
See Also