Programming
Button Query Commands (Cont.)
?JSB | Syntax: |
Get the current | |
bitmap | Variable: |
justification. | variable text address range = 1 - 4000. |
| button states range = 1 - 256 for |
| 1 = Off state and 2 = On state). |
| custom event type 1005: |
| Flag - Zero |
| Value1 - Button state number |
| Value2 - 1 - 9 justify |
| Value3 - Zero |
| Text - Blank |
| Text length - Zero |
| Example: |
| SEND COMMAND |
| Gets the button 'OFF state' bitmap justification information. |
| The result sent to the Master would be: |
| ButtonGet Id = 529 Type = 1005 |
| Flag = 0 |
| VALUE1 = 1 |
| VALUE2 = 5 |
| VALUE3 = 0 |
| TEXT = |
| TEXT LENGTH = 0 |
|
|
?JSI | Syntax: |
Get the current | |
icon | Variable: |
justification. | variable text address range = 1 - 4000. |
| button states range = 1 - 256 for |
| 1 = Off state and 2 = On state). |
| custom event type 1006: |
| Flag - Zero |
| Value1 - Button state number |
| Value2 - 1 - 9 justify |
| Value3 - Zero |
| Text - Blank |
| Text length - Zero |
| Example: |
| SEND COMMAND |
| Gets the button 'OFF state' icon justification information. |
| The result sent to the Master would be: |
| ButtonGet Id = 529 Type = 1006 |
| Flag = 0 |
| VALUE1 = 1 |
| VALUE2 = 6 |
| VALUE3 = 0 |
| TEXT = |
| TEXT LENGTH = 0 |
|
|
135 | |
|
|