C# Class ZWave.Channel.Command

Afficher le fichier Open project: roblans/ZWave4Net Class Usage Examples

Méthodes publiques

Свойство Type Description
Payload byte[]

Méthodes publiques

Méthode Description
Command ( CommandClass @class, Enum command ) : System
Command ( CommandClass @class, byte commandID ) : System
Command ( byte classID, Enum command ) : System
Command ( byte classID, byte commandID ) : System
Parse ( byte data ) : Command
ToBytes ( ) : byte[]
ToString ( ) : string

Method Details

Command() public méthode

public Command ( CommandClass @class, Enum command ) : System
@class CommandClass
command System.Enum
Résultat System

Command() public méthode

public Command ( CommandClass @class, byte commandID ) : System
@class CommandClass
commandID byte
Résultat System

Command() public méthode

public Command ( byte classID, Enum command ) : System
classID byte
command System.Enum
Résultat System

Command() public méthode

public Command ( byte classID, byte commandID ) : System
classID byte
commandID byte
Résultat System

Parse() public static méthode

public static Parse ( byte data ) : Command
data byte
Résultat Command

ToBytes() public méthode

public ToBytes ( ) : byte[]
Résultat byte[]

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Payload public_oe property

public byte[] Payload
Résultat byte[]