C# Class iAutomationAtHome.ZSharp.ZWaveMessage

Description of ZWaveRequest.
Afficher le fichier Open project: thrandre/ZSharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public AddParameter ( byte param ) : void
param byte
Résultat void

Parse() public méthode

public Parse ( byte message ) : void
message byte
Résultat void

ZWaveMessage() public méthode

public ZWaveMessage ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ZWaveMessage() public méthode

public ZWaveMessage ( byte message ) : System.Collections.Generic
message byte
Résultat System.Collections.Generic

ZWaveMessage() public méthode

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
Résultat System.Collections.Generic