C# Class ZWave.CommandClasses.MeterReport

Inheritance: NodeReport
Mostrar archivo Open project: roblans/ZWave4Net Class Usage Examples

Public Properties

Property Type Description
Scale byte
Type MeterType
Unit string
Value float

Public Methods

Method Description
GetUnit ( MeterType type, byte scale ) : string
ToString ( ) : string

Private Methods

Method Description
MeterReport ( Node node, byte payload ) : System

Method Details

GetUnit() public static method

public static GetUnit ( MeterType type, byte scale ) : string
type MeterType
scale byte
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

Scale public_oe property

public byte Scale
return byte

Type public_oe property

public MeterType Type
return MeterType

Unit public_oe property

public string Unit
return string

Value public_oe property

public float Value
return float