-
Notifications
You must be signed in to change notification settings - Fork 1
Boolean State
Annaliese McDermond edited this page Feb 24, 2022
·
1 revision
Many SmartSDR API command parameters that require a boolean state to indicate an on or off value will accept a number of different values. The table below lists common values that can be used for the on or off values.
| Value | Meaning |
|---|---|
| 0 | off |
| - | off |
| F | off |
| off | off |
| 1 | on |
| + | on |
| T | on |
| on | on |