Property | Type | Description | |
---|---|---|---|
DataRadioOff | byte[] | ||
DataRadioOn | byte[] |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
ClearTimer ( ) : void | ||
DisplayTextMID ( string s, TextAlign align ) : void | ||
DisplayTextRadio ( string s, TextAlign align ) : void | ||
ProcessRadioMessage ( Message m ) : void | ||
Radio ( ) : System |
public static DisplayText ( string s, TextAlign align = TextAlign.Left ) : void | ||
s | string | |
align | TextAlign | |
return | void |
public static DisplayTextWithDelay ( string s, TextAlign align = TextAlign.Left, Message messageSendAfter = null ) : void | ||
s | string | |
align | TextAlign | |
messageSendAfter | Message | |
return | void |
public static DisplayTextWithDelay ( string s, int delay, TextAlign align = TextAlign.Left, Message messageSendAfter = null ) : void | ||
s | string | |
delay | int | |
align | TextAlign | |
messageSendAfter | Message | |
return | void |