DataValueMayBeNegative Property

HidSharp

EncodedItem DataValueMayBeNegative Property HIDSharp

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

Syntax

public bool DataValueMayBeNegative { get; }
public bool DataValueMayBeNegative { get; }
Public ReadOnly Property DataValueMayBeNegative As Boolean 
	Get
Public ReadOnly Property DataValueMayBeNegative As Boolean 
	Get
public:
property bool DataValueMayBeNegative {
	bool get ();
}
public:
property bool DataValueMayBeNegative {
	bool get ();
}
member DataValueMayBeNegative : bool with get
member DataValueMayBeNegative : bool with get
See Also