C# Class iAutomationAtHome.ZSharp.ZWaveMessage

Description of ZWaveRequest.
Show file Open project: thrandre/ZSharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddParameter ( byte param ) : void
Parse ( byte message ) : void
ZWaveMessage ( ) : System.Collections.Generic

ZWaveMessage ( byte message ) : System.Collections.Generic
ZWaveMessage ( byte messageType, byte function, byte nodeId = 0x00, byte commandClass = 0x00, byte command = 0x00 ) : System.Collections.Generic

Method Details

AddParameter() public method

public AddParameter ( byte param ) : void
param byte
return void

Parse() public method

public Parse ( byte message ) : void
message byte
return void

ZWaveMessage() public method

public ZWaveMessage ( ) : System.Collections.Generic
return System.Collections.Generic

ZWaveMessage() public method

public ZWaveMessage ( byte message ) : System.Collections.Generic
message byte
return System.Collections.Generic

ZWaveMessage() public method

public ZWaveMessage ( byte messageType, byte function, byte nodeId = 0x00, byte commandClass = 0x00, byte command = 0x00 ) : System.Collections.Generic
messageType byte
function byte
nodeId byte
commandClass byte
command byte
return System.Collections.Generic