ID Property

HidSharp

Report ID Property HIDSharp
The Report ID.

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

Syntax

public byte ID { get; set; }
public byte ID { get; set; }
Public Property ID As Byte 
	Get 
	Set
Public Property ID As Byte 
	Get 
	Set
public:
property unsigned char ID {
	unsigned char get ();
	void set (unsigned char value);
}
public:
property unsigned char ID {
	unsigned char get ();
	void set (unsigned char value);
}
member ID : byte with get, set
member ID : byte with get, set
See Also