You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uint64timestamp# time since system start (microseconds)
uint64last_at_ok_timestamp# timestamp of the last "OK" received after the "AT" command
uint16tx_buf_write_index# current size of the tx buffer
uint16rx_buf_read_index# the rx buffer is parsed up to that index
uint16rx_buf_end_index# current size of the rx buffer
uint16failed_sbd_sessions# number of failed sbd sessions
uint16successful_sbd_sessions# number of successful sbd sessions
uint16num_tx_buf_reset# number of times the tx buffer was reset
uint8signal_quality# current signal quality, 0 is no signal, 5 the best
uint8state# current state of the driver, see the satcom_state of IridiumSBD.h for the definition
boolring_pending# indicates if a ring call is pending
booltx_buf_write_pending# indicates if a tx buffer write is pending
booltx_session_pending# indicates if a tx session is pending
boolrx_read_pending# indicates if a rx read is pending
boolrx_session_pending# indicates if a rx session is pending