Welcome to the FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
The latest SmartSDR Software:
SmartSDR v4.2.20 | SmartSDR v4.2.20 Release Notes
SmartSDR v3.10.15 | SmartSDR v3.10.15 Release Notes
The latest 4O3A Genius Product Software:
The latest 4O3A Genius Product Software and Firmware
SmartSDR v4.2.20 | SmartSDR v4.2.20 Release Notes
SmartSDR v3.10.15 | SmartSDR v3.10.15 Release Notes
The latest 4O3A Genius Product Software:
The latest 4O3A Genius Product Software and Firmware
How to Receive Technical Support::
If you are needing assistance with FlexRadio products, please refer to the product documentation or check the Help Center for known solutions. Need technical support from FlexRadio? It's as simple as creating a HelpDesk ticket.
If you are needing assistance with FlexRadio products, please refer to the product documentation or check the Help Center for known solutions. Need technical support from FlexRadio? It's as simple as creating a HelpDesk ticket.
KeepAlive() change request in the api
Options
rfoust
Member ✭✭
In radio.cs, the KeepAlive() function has an if block to check if:
if (!API.ProgramName.Contains("Maestro"))
Any chance that can be changed to check for the existence of ProgramName to prevent a null reference exception? Something like this:
if ((API.ProgramName != null && API.ProgramName != "") && !API.ProgramName.Contains("Maestro"))
Thanks! 0
Answers
-
I am guessing they do not check for this because you should set this value before calling Init.
Here is what I do for FRStack
API.ProgramName = "FRStack";
API.Init();0 -
Yeah I've modified my code to do that now, just took a sec to figure out why it was blowing up. Either way, not a huge deal.
Now I gotta figure out why keepalive isn't actually keeping it alive. Haven't played with the API in a few years...It has changed quite a bit. :-)0 -
Note that KeepAlive doesn't run in Debug mode. Only in Release.
0 -
Indeed, a ProgramName should be set before calling API.Init. However, it could be checked and something more sensible shown to help the developer figure this out. I've entered issue #5528 to address this. Thanks for the report.0
Leave a Comment
Categories
- All Categories
- 401 Community Topics
- 2.2K New Ideas
- 692 The Flea Market
- 8.6K Software
- 199 SmartSDR+
- 6.6K SmartSDR for Windows
- 200 SmartSDR for Maestro and M models
- 462 SmartSDR for Mac
- 280 SmartSDR for iOS
- 268 SmartSDR CAT
- 221 DAX
- 396 SmartSDR API
- 9.6K Radios and Accessories
- 118 Aurora
- 354 FLEX-8000 Signature Series
- 7.2K FLEX-6000 Signature Series
- 999 Maestro
- 58 FlexControl
- 872 FLEX Series (Legacy) Radios
- 981 Genius Products
- 486 Power Genius XL Amplifier
- 359 Tuner Genius XL
- 136 Antenna Genius
- 324 Shack Infrastructure
- 229 Networking
- 488 Remote Operation (SmartLink)
- 147 Contesting
- 849 Peripherals & Station Integration
- 148 Amateur Radio Interests
- 1.1K Third-Party Software

