C# Class MAXSharp.L_Message

Inheritance: IMAXMessage
Afficher le fichier Open project: bietiekay/MAXSharp

Méthodes publiques

Свойство Type Description
DevicesInThisMessage List
RawMessageDecoded byte[]

Méthodes publiques

Méthode Description
L_Message ( String RAW_Message, House _theHouse, IMAXDevice>.Dictionary OutputDeviceList ) : System
ToString ( ) : string

Method Details

L_Message() public méthode

public L_Message ( String RAW_Message, House _theHouse, IMAXDevice>.Dictionary OutputDeviceList ) : System
RAW_Message String
_theHouse House
OutputDeviceList IMAXDevice>.Dictionary
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

DevicesInThisMessage public_oe property

public List DevicesInThisMessage
Résultat List

RawMessageDecoded public_oe property

public byte[] RawMessageDecoded
Résultat byte[]