Unit Property

HidSharp

ReportSegment Unit Property HIDSharp

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

Syntax

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