Ntn / hub.status() connection

Hi,

If our transport source is NTN Only, will hub.status() return a connection status .. even with no Cellular requested?

regards, Rich ..

Hey @richf,

Yes. On NTN you get hub.status updates in the status response just like you do for cellular.

TJ

Hi TJ,Another NTN question - is NoteIsConnected() relevant when in NTN only mode? (since the CELL transport is not in effect.

regards, Rich ..

Hi @richf,

note-c’s NoteIsConnected method is simply a helper that calls hub.status behind the scenes. And yes that is radio-agnostic.

Rob