
Appendix A. CRBasic Programming Instructions
510
VoiceBeg,EndVoice
MarksthebeginningandendingofvoicecodeexecutedwhentheCR3000
detectsaringfromavoicemodem.
Syntax
VoiceBeg
[voice code to be executed]
EndVoice
VoiceHangup
Hangsupthevoicemodem.
Syntax
VoiceHangup
VoiceKey
Recognizesthereturnofcharacters1‐9,*,or#.VoiceKeyisoftenusedtoadda
delay,whichprovidestimeforthemessagetobespoken,ina
VoiceBegin/EndVoicesequence.
Syntax
VoiceKey(TimeOut*IDH_Popup_VoiceKey_Timeout)
VoiceNumber
Returnsoneormorenumbers(1‐9)terminatedbythe#or*key.
Syntax
VoiceNumber(TimeOut*IDH_POPUP_VoiceKey_Timeout)
VoicePhrases
ProvidesalistofphrasesforVoiceSpeak().
Syntax
VoicePhrases(PhraseArray, Phrases)
VoiceSetup
Controlsthehang‐upoftheCOM310voicemodem.
Syntax
VoiceSetup(HangUpKey, ExitSubKey, ContinueKey, SecsOnLine,
UseTimeout, CallOut)
VoiceSpeak
Definesthevoicestringthatshouldbespokenbythevoicemodem.
Syntax
VoiceSpeak("String" + Variable + "String"…, Precision)
A.10 Custom Keyboard and Display Menus
Read More! More information concerning use of the keyboard is found in
sections Using the Keyboard Display (p. 404) and Read More! To implement
custom menus, see CRBasic Editor Help for the DisplayMenu() instruction.
CRBasic programming in the CR3000 facilitates creation of custom menus for the
integrated keyboard / display.
Comentarios a estos manuales