C# Class ZWave.CommandClasses.MeterSupportedReport

Inheritance: NodeReport
Mostra file Open project: roblans/ZWave4Net

Public Properties

Property Type Description
CanReset bool
Type MeterType
Units string[]

Public Methods

Method Description
ToString ( ) : string

Private Methods

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

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

CanReset public_oe property

public bool CanReset
return bool

Type public_oe property

public MeterType Type
return MeterType

Units public_oe property

public string[] Units
return string[]