C# 클래스 imBMW.iBus.MessageRegistry

파일 보기 프로젝트 열기: toxsedyshev/imBMW

공개 프로퍼티들

프로퍼티 타입 설명
DataAnnounce byte[]
DataPollRequest byte[]
DataPollResponse byte[]

공개 메소드들

메소드 설명
Describe ( this message ) : string
IsInternal ( this device ) : bool
ToPrettyString ( this message, bool withPerformanceInfo = false, bool withBytesAsAscii = false ) : string

비공개 메소드들

메소드 설명
MessageRegistry ( ) : System

메소드 상세

Describe() 공개 정적인 메소드

public static Describe ( this message ) : string
message this
리턴 string

IsInternal() 공개 정적인 메소드

public static IsInternal ( this device ) : bool
device this
리턴 bool

ToPrettyString() 공개 정적인 메소드

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

프로퍼티 상세

DataAnnounce 공개적으로 정적으로 프로퍼티

public static byte[] DataAnnounce
리턴 byte[]

DataPollRequest 공개적으로 정적으로 프로퍼티

public static byte[] DataPollRequest
리턴 byte[]

DataPollResponse 공개적으로 정적으로 프로퍼티

public static byte[] DataPollResponse
리턴 byte[]