StatusFlags¶ rf24_py.StatusFlags ¶ StatusFlags( rx_dr: bool | int = False, tx_ds: bool | int = False, tx_df: bool | int = False, ) The radio's status flags that correspond to interrupt events. See RF24.get_status_flags() RF24.set_status_flags() RF24.clear_status_flags() RF24.update() rx_dr property ¶ rx_dr: bool A flag to describe if RX Data Ready to read. tx_ds property ¶ tx_ds: bool A flag to describe if TX Data Sent. tx_df property ¶ tx_df: bool A flag to describe if TX Data Failed.