Line 260... |
Line 260... |
260 |
REG_CMD(getBCF, "?BCF"); // Get the current fill color.
|
260 |
REG_CMD(getBCF, "?BCF"); // Get the current fill color.
|
261 |
REG_CMD(doBCT, "^BCT"); // Set the text color to the specified color.
|
261 |
REG_CMD(doBCT, "^BCT"); // Set the text color to the specified color.
|
262 |
REG_CMD(getBCT, "?BCT"); // Get the current text color.
|
262 |
REG_CMD(getBCT, "?BCT"); // Get the current text color.
|
263 |
REG_CMD(doBDO, "^BDO"); // Set the button draw order
|
263 |
REG_CMD(doBDO, "^BDO"); // Set the button draw order
|
264 |
REG_CMD(doBFB, "^BFB"); // Set the feedback type of the button.
|
264 |
REG_CMD(doBFB, "^BFB"); // Set the feedback type of the button.
|
- |
|
265 |
// REG_CMD(getBMC, "^BMC"); // Button copy command.
|
- |
|
266 |
// REG_CMD(getBMI, "^BMI"); // Set the button mask image.
|
- |
|
267 |
// REG_CMD(getBML, "^BML"); // Set the maximum length of the text area button.
|
265 |
REG_CMD(doBMP, "^BMP"); // Assign a picture to those buttons with a defined addressrange.
|
268 |
REG_CMD(doBMP, "^BMP"); // Assign a picture to those buttons with a defined addressrange.
|
266 |
REG_CMD(getBMP, "?BMP"); // Get the current bitmap name.
|
269 |
REG_CMD(getBMP, "?BMP"); // Get the current bitmap name.
|
267 |
REG_CMD(doBOP, "^BOP"); // Set the button opacity.
|
270 |
REG_CMD(doBOP, "^BOP"); // Set the button opacity.
|
- |
|
271 |
// REG_CMD(getBOP, "?BOP"); // Get the button opacity.
|
268 |
REG_CMD(doBOR, "^BOR"); // Set a border to a specific border style.
|
272 |
REG_CMD(doBOR, "^BOR"); // Set a border to a specific border style.
|
- |
|
273 |
// REG_CMD(doBOS, "^BOS"); // Set the button to display either a Video or Non-Video window.
|
269 |
REG_CMD(doBRD, "^BRD"); // Set the border of a button state/states.
|
274 |
REG_CMD(doBRD, "^BRD"); // Set the border of a button state/states.
|
- |
|
275 |
// REG_CMD(getBRD, "?BRD"); // Get the border of a button state/states.
|
- |
|
276 |
// REG_CMD(doBSF, "^BSF"); // Set the focus to the text area.
|
270 |
REG_CMD(doBSP, "^BSP"); // Set the button size and position.
|
277 |
REG_CMD(doBSP, "^BSP"); // Set the button size and position.
|
- |
|
278 |
// REG_CMD(doBSM, "^BSM"); // Submit text for text area buttons.
|
- |
|
279 |
// REG_CMD(doBSO, "^BSO"); // Set the sound played when a button is pressed.
|
271 |
REG_CMD(doBWW, "^BWW"); // Set the button word wrap feature to those buttons with a defined address range.
|
280 |
REG_CMD(doBWW, "^BWW"); // Set the button word wrap feature to those buttons with a defined address range.
|
- |
|
281 |
// REG_CMD(getBWW, "?BWW"); // Get the button word wrap feature to those buttons with a defined address range.
|
272 |
REG_CMD(doCPF, "^CPF"); // Clear all page flips from a button.
|
282 |
REG_CMD(doCPF, "^CPF"); // Clear all page flips from a button.
|
273 |
REG_CMD(doDPF, "^DPF"); // Delete page flips from button if it already exists.
|
283 |
REG_CMD(doDPF, "^DPF"); // Delete page flips from button if it already exists.
|
274 |
REG_CMD(doENA, "^ENA"); // Enable or disable buttons with a set variable text range.
|
284 |
REG_CMD(doENA, "^ENA"); // Enable or disable buttons with a set variable text range.
|
275 |
REG_CMD(doFON, "^FON"); // Set a font to a specific Font ID value for those buttons with a range.
|
285 |
REG_CMD(doFON, "^FON"); // Set a font to a specific Font ID value for those buttons with a range.
|
- |
|
286 |
// REG_CMD(getFON, "?FON"); // Get the current font index.
|
- |
|
287 |
// REG_CMD(doGDI, "^GDI"); // Change the bargraph drag increment.
|
- |
|
288 |
// REG_CMD(doGDV, "^GDV"); // Invert the joystick axis to move the origin to another corner.
|
276 |
REG_CMD(doGLH, "^GLH"); // Change the bargraph upper limit.
|
289 |
REG_CMD(doGLH, "^GLH"); // Change the bargraph upper limit.
|
277 |
REG_CMD(doGLL, "^GLL"); // Change the bargraph lower limit.
|
290 |
REG_CMD(doGLL, "^GLL"); // Change the bargraph lower limit.
|
- |
|
291 |
// REG_CMD(doGSC, "^GSC"); // Change the bargraph slider color or joystick cursor color.
|
278 |
REG_CMD(doICO, "^ICO"); // Set the icon to a button.
|
292 |
REG_CMD(doICO, "^ICO"); // Set the icon to a button.
|
- |
|
293 |
// REG_CMD(getICO, "?ICO"); // Get the current icon index.
|
- |
|
294 |
// REG_CMD(doJSB, "^JSB"); // Set bitmap/picture alignment using a numeric keypad layout for those buttons with a defined address range.
|
- |
|
295 |
// REG_CMD(getJSB, "?JSB"); // Get the current bitmap justification.
|
- |
|
296 |
// REG_CMD(doJSI, "^JSI"); // Set icon alignment using a numeric keypad layout for those buttons with a defined address range.
|
- |
|
297 |
// REG_CMD(getJSI, "?JSI"); // Get the current icon justification.
|
- |
|
298 |
// REG_CMD(doJST, "^JST"); // Set text alignment using a numeric keypad layout for those buttons with a defined address range.
|
- |
|
299 |
// REG_CMD(getJST, "?JST"); // Get the current text justification.
|
279 |
REG_CMD(doSHO, "^SHO"); // Show or hide a button with a set variable text range.
|
300 |
REG_CMD(doSHO, "^SHO"); // Show or hide a button with a set variable text range.
|
- |
|
301 |
// REG_CMD(doTEC, "^TEC"); // Set the text effect color for the specified addresses/states to the specified color.
|
- |
|
302 |
// REG_CMD(getTEC, "?TEC"); // Get the current text effect color.
|
- |
|
303 |
// REG_CMD(doTEF, "^TEF"); // Set the text effect. The Text Effect is specified by name and can be found in TPD4.
|
- |
|
304 |
// REG_CMD(getTEF, "?TEF"); // Get the current text effect name.
|
- |
|
305 |
// REG_CMD(doTOP, "^TOP"); // Send events to the Master as string events.
|
280 |
REG_CMD(doTXT, "^TXT"); // Assign a text string to those buttons with a defined address range.
|
306 |
REG_CMD(doTXT, "^TXT"); // Assign a text string to those buttons with a defined address range.
|
- |
|
307 |
// REG_CMD(getTXT, "?TXT"); // Get the current text information.
|
- |
|
308 |
// REG_CMD(doUNI, "^UNI"); // Set Unicode text.
|
- |
|
309 |
|
- |
|
310 |
// REG_CMD(doLPC, "^LPC"); // Clear all users from the User Access Passwords list on the Password Setup page.
|
- |
|
311 |
// REG_CMD(doLPR, "^LPR"); // Remove a given user from the User Access Passwords list on the Password Setup page.
|
- |
|
312 |
// REG_CMD(doLPS, "^LPS"); // Set the user name and password.
|
- |
|
313 |
|
- |
|
314 |
// REG_CMD(doKPS, "^KPS"); // Set the keyboard passthru.
|
- |
|
315 |
// REG_CMD(doVKS, "^VKS"); // Send one or more virtual key strokes to the G4 application.
|
- |
|
316 |
|
- |
|
317 |
// REG_CMD(doPWD, "@PWD"); // Set the page flip password.
|
- |
|
318 |
// REG_CMD(doPWD, "^PWD"); // Set the page flip password.
|
281 |
|
319 |
|
282 |
REG_CMD(doBBR, "^BBR"); // Set the bitmap of a button to use a particular resource.
|
320 |
REG_CMD(doBBR, "^BBR"); // Set the bitmap of a button to use a particular resource.
|
283 |
REG_CMD(doRAF, "^RAF"); // Add new resources
|
321 |
REG_CMD(doRAF, "^RAF"); // Add new resources
|
284 |
REG_CMD(doRFR, "^RFR"); // Force a refresh for a given resource.
|
322 |
REG_CMD(doRFR, "^RFR"); // Force a refresh for a given resource.
|
285 |
REG_CMD(doRMF, "^RMF"); // Modify an existing resource.
|
323 |
REG_CMD(doRMF, "^RMF"); // Modify an existing resource.
|
- |
|
324 |
// REG_CMD(doRSR, "^RSR"); // Change the refresh rate for a given resource.
|
286 |
|
325 |
|
- |
|
326 |
// REG_CMD(doABEEP, "ABEEP"); // Output a single beep even if beep is Off.
|
- |
|
327 |
// REG_CMD(doADBEEP, "ADBEEP");// Output a double beep even if beep is Off.
|
287 |
REG_CMD(doAKB, "@AKB"); // Pop up the keyboard icon and initialize the text string to that specified.
|
328 |
REG_CMD(doAKB, "@AKB"); // Pop up the keyboard icon and initialize the text string to that specified.
|
288 |
REG_CMD(doAKEYB, "AKEYB"); // Pop up the keyboard icon and initialize the text string to that specified.
|
329 |
REG_CMD(doAKEYB, "AKEYB"); // Pop up the keyboard icon and initialize the text string to that specified.
|
289 |
REG_CMD(doAKP, "@AKP"); // Pop up the keypad icon and initialize the text string to that specified.
|
330 |
REG_CMD(doAKP, "@AKP"); // Pop up the keypad icon and initialize the text string to that specified.
|
290 |
REG_CMD(doAKEYP, "AKEYP"); // Pop up the keypad icon and initialize the text string to that specified.
|
331 |
REG_CMD(doAKEYP, "AKEYP"); // Pop up the keypad icon and initialize the text string to that specified.
|
291 |
REG_CMD(doAKEYR, "AKEYR"); // Remove the Keyboard/Keypad.
|
332 |
REG_CMD(doAKEYR, "AKEYR"); // Remove the Keyboard/Keypad.
|
Line 300... |
Line 341... |
300 |
REG_CMD(doShutdown, "SHUTDOWN");// Shut down the App
|
341 |
REG_CMD(doShutdown, "SHUTDOWN");// Shut down the App
|
301 |
REG_CMD(doSOU, "@SOU"); // Play a sound file.
|
342 |
REG_CMD(doSOU, "@SOU"); // Play a sound file.
|
302 |
REG_CMD(doTKP, "@TKP"); // Present a telephone keypad.
|
343 |
REG_CMD(doTKP, "@TKP"); // Present a telephone keypad.
|
303 |
REG_CMD(doTKP, "@VKB"); // Present a virtual keyboard
|
344 |
REG_CMD(doTKP, "@VKB"); // Present a virtual keyboard
|
304 |
|
345 |
|
- |
|
346 |
// Here the SIP commands will take place
|
- |
|
347 |
|
- |
|
348 |
// State commands
|
305 |
REG_CMD(doON, "ON");
|
349 |
REG_CMD(doON, "ON");
|
306 |
REG_CMD(doOFF, "OFF");
|
350 |
REG_CMD(doOFF, "OFF");
|
307 |
REG_CMD(doLEVEL, "LEVEL");
|
351 |
REG_CMD(doLEVEL, "LEVEL");
|
308 |
REG_CMD(doBLINK, "BLINK");
|
352 |
REG_CMD(doBLINK, "BLINK");
|
309 |
|
353 |
|