C# Class imBMW.iBus.MessageRegistry

Exibir arquivo Open project: toxsedyshev/imBMW

Public Properties

Property Type Description
DataAnnounce byte[]
DataPollRequest byte[]
DataPollResponse byte[]

Public Methods

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

Private Methods

Method Description
MessageRegistry ( ) : System

Method Details

Describe() public static method

public static Describe ( this message ) : string
message this
return string

IsInternal() public static method

public static IsInternal ( this device ) : bool
device this
return bool

ToPrettyString() public static method

public static ToPrettyString ( this message, bool withPerformanceInfo = false, bool withBytesAsAscii = false ) : string
message this
withPerformanceInfo bool
withBytesAsAscii bool
return string

Property Details

DataAnnounce public_oe static_oe property

public static byte[] DataAnnounce
return byte[]

DataPollRequest public_oe static_oe property

public static byte[] DataPollRequest
return byte[]

DataPollResponse public_oe static_oe property

public static byte[] DataPollResponse
return byte[]