C# Class imBMW.iBus.MessageRegistry

Afficher le fichier Open project: toxsedyshev/imBMW

Méthodes publiques

Свойство Type Description
DataAnnounce byte[]
DataPollRequest byte[]
DataPollResponse byte[]

Méthodes publiques

Méthode Description
Describe ( this message ) : string
IsInternal ( this device ) : bool
ToPrettyString ( this message, bool withPerformanceInfo = false, bool withBytesAsAscii = false ) : string

Private Methods

Méthode Description
MessageRegistry ( ) : System

Method Details

Describe() public static méthode

public static Describe ( this message ) : string
message this
Résultat string

IsInternal() public static méthode

public static IsInternal ( this device ) : bool
device this
Résultat bool

ToPrettyString() public static méthode

public static ToPrettyString ( this message, bool withPerformanceInfo = false, bool withBytesAsAscii = false ) : string
message this
withPerformanceInfo bool
withBytesAsAscii bool
Résultat string

Property Details

DataAnnounce public_oe static_oe property

public static byte[] DataAnnounce
Résultat byte[]

DataPollRequest public_oe static_oe property

public static byte[] DataPollRequest
Résultat byte[]

DataPollResponse public_oe static_oe property

public static byte[] DataPollResponse
Résultat byte[]