C# Class ZWave.CommandClasses.ColorComponent

Show file Open project: roblans/ZWave4Net Class Usage Examples

Public Properties

Property Type Description
ID byte
Value byte

Public Methods

Method Description
ColorComponent ( byte id, byte value ) : System
ToBytes ( ) : byte[]
ToString ( ) : string

Method Details

ColorComponent() public method

public ColorComponent ( byte id, byte value ) : System
id byte
value byte
return System

ToBytes() public method

public ToBytes ( ) : byte[]
return byte[]

ToString() public method

public ToString ( ) : string
return string

Property Details

ID public property

public byte ID
return byte

Value public property

public byte Value
return byte