C# Class ZWave.CommandClasses.SensorMultiLevelReport

Inheritance: NodeReport
Afficher le fichier Open project: roblans/ZWave4Net Class Usage Examples

Méthodes publiques

Свойство Type Description
Scale byte
Type SensorType
Unit string
Value float

Méthodes publiques

Méthode Description
ToString ( ) : string

Private Methods

Méthode Description
GetUnit ( SensorType type, byte scale ) : string
SensorMultiLevelReport ( Node node, byte payload ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Scale public_oe property

public byte Scale
Résultat byte

Type public_oe property

public SensorType Type
Résultat SensorType

Unit public_oe property

public string Unit
Résultat string

Value public_oe property

public float Value
Résultat float