C# Class MAXSharp.L_Message

Inheritance: IMAXMessage
Mostrar archivo Open project: bietiekay/MAXSharp

Public Properties

Property Type Description
DevicesInThisMessage List
RawMessageDecoded byte[]

Public Methods

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

Method Details

L_Message() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

DevicesInThisMessage public_oe property

public List DevicesInThisMessage
return List

RawMessageDecoded public_oe property

public byte[] RawMessageDecoded
return byte[]