C# 클래스 imBMW.iBus.Devices.Real.Radio

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

공개 프로퍼티들

프로퍼티 타입 설명
DataRadioOff byte[]
DataRadioOn byte[]

공개 메소드들

메소드 설명
DisplayText ( string s, TextAlign align = TextAlign.Left ) : void
DisplayTextWithDelay ( string s, TextAlign align = TextAlign.Left, Message messageSendAfter = null ) : void
DisplayTextWithDelay ( string s, int delay, TextAlign align = TextAlign.Left, Message messageSendAfter = null ) : void
Init ( ) : void

Does nothing. Just to call static constructor.

PressAM ( ) : void

Press AM. Only for BM54/24.

PressFM ( ) : void

Press FM. Only for BM54/24.

PressMode ( ) : void

Press Mode. Only for BM54/24.

PressNext ( ) : void

Press Next. Only for BM54/24.

PressOnOffToggle ( ) : void

Turns radio on/off. Only for BM54/24.

PressPrev ( ) : void

Press Prev. Only for BM54/24.

PressSwitchSide ( ) : void

Press Switch Sides. Only for BM54/24.

비공개 메소드들

메소드 설명
ClearTimer ( ) : void
DisplayTextMID ( string s, TextAlign align ) : void
DisplayTextRadio ( string s, TextAlign align ) : void
ProcessRadioMessage ( Message m ) : void
Radio ( ) : System

메소드 상세

DisplayText() 공개 정적인 메소드

public static DisplayText ( string s, TextAlign align = TextAlign.Left ) : void
s string
align TextAlign
리턴 void

DisplayTextWithDelay() 공개 정적인 메소드

public static DisplayTextWithDelay ( string s, TextAlign align = TextAlign.Left, Message messageSendAfter = null ) : void
s string
align TextAlign
messageSendAfter Message
리턴 void

DisplayTextWithDelay() 공개 정적인 메소드

public static DisplayTextWithDelay ( string s, int delay, TextAlign align = TextAlign.Left, Message messageSendAfter = null ) : void
s string
delay int
align TextAlign
messageSendAfter Message
리턴 void

Init() 공개 정적인 메소드

Does nothing. Just to call static constructor.
public static Init ( ) : void
리턴 void

PressAM() 공개 정적인 메소드

Press AM. Only for BM54/24.
public static PressAM ( ) : void
리턴 void

PressFM() 공개 정적인 메소드

Press FM. Only for BM54/24.
public static PressFM ( ) : void
리턴 void

PressMode() 공개 정적인 메소드

Press Mode. Only for BM54/24.
public static PressMode ( ) : void
리턴 void

PressNext() 공개 정적인 메소드

Press Next. Only for BM54/24.
public static PressNext ( ) : void
리턴 void

PressOnOffToggle() 공개 정적인 메소드

Turns radio on/off. Only for BM54/24.
public static PressOnOffToggle ( ) : void
리턴 void

PressPrev() 공개 정적인 메소드

Press Prev. Only for BM54/24.
public static PressPrev ( ) : void
리턴 void

PressSwitchSide() 공개 정적인 메소드

Press Switch Sides. Only for BM54/24.
public static PressSwitchSide ( ) : void
리턴 void

프로퍼티 상세

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

public static byte[] DataRadioOff
리턴 byte[]

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

public static byte[] DataRadioOn
리턴 byte[]