LogicalIsSigned Property

HidSharp

ReportSegment LogicalIsSigned Property HIDSharp

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

Syntax

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