Usage Property

HidSharp

LocalIndexes Usage Property HIDSharp

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

Syntax

public IndexBase Usage { get; set; }
public IndexBase Usage { get; set; }
Public Property Usage As IndexBase 
	Get 
	Set
Public Property Usage As IndexBase 
	Get 
	Set
public:
property IndexBase^ Usage {
	IndexBase^ get ();
	void set (IndexBase^ value);
}
public:
property IndexBase^ Usage {
	IndexBase^ get ();
	void set (IndexBase^ value);
}
member Usage : IndexBase with get, set
member Usage : IndexBase with get, set
See Also