C# Class MAXSharp.M_Message

Inheritance: IMAXMessage
显示文件 Open project: bietiekay/MAXSharp

Public Properties

Property Type Description
Count System.Int32
Index System.Int32
RawMessageDecoded byte[]

Public Methods

Method Description
M_Message ( String RAW_Message, House _House ) : System
ToString ( ) : string

Method Details

M_Message() public method

public M_Message ( String RAW_Message, House _House ) : System
RAW_Message String
_House House
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Count public_oe property

public Int32,System Count
return System.Int32

Index public_oe property

public Int32,System Index
return System.Int32

RawMessageDecoded public_oe property

public byte[] RawMessageDecoded
return byte[]