C# Class MAXSharp.M_Message

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

Méthodes publiques

Свойство Type Description
Count System.Int32
Index System.Int32
RawMessageDecoded byte[]

Méthodes publiques

Méthode Description
M_Message ( String RAW_Message, House _House ) : System
ToString ( ) : string

Method Details

M_Message() public méthode

public M_Message ( String RAW_Message, House _House ) : System
RAW_Message String
_House House
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Count public_oe property

public Int32,System Count
Résultat System.Int32

Index public_oe property

public Int32,System Index
Résultat System.Int32

RawMessageDecoded public_oe property

public byte[] RawMessageDecoded
Résultat byte[]