C# Class ZWave.CommandClasses.MeterReport

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
GetUnit ( MeterType type, byte scale ) : string
ToString ( ) : string

Private Methods

Méthode Description
MeterReport ( Node node, byte payload ) : System

Method Details

GetUnit() public static méthode

public static GetUnit ( MeterType type, byte scale ) : string
type MeterType
scale byte
Résultat string

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 MeterType Type
Résultat MeterType

Unit public_oe property

public string Unit
Résultat string

Value public_oe property

public float Value
Résultat float