RCKit
Public Attributes | List of all members
RCOIPv1ReplyReceiverStatus Struct Reference

ReceiverStatus reply message structure. More...

#include <RCOIP.h>

Public Attributes

uint8_t version
 
uint8_t RSSI
 
uint8_t batteryVoltage
 

Detailed Description

ReceiverStatus reply message structure.

Defines the structure over-the-wire of a Version 1 ReceiverStatus reply

Member Data Documentation

◆ batteryVoltage

uint8_t RCOIPv1ReplyReceiverStatus::batteryVoltage

The current value of the Receiver's battery voltage. 0 means 0V. 255 means 15.0V

Referenced by RCRx::sendReply().

◆ RSSI

uint8_t RCOIPv1ReplyReceiverStatus::RSSI

The value of the RSSI (Receiver Signal Strength Indicator) as measured by the receiver in the last received message. Arbitrary units. If not available, set to 0.

Referenced by RCRx::sendReply().

◆ version

uint8_t RCOIPv1ReplyReceiverStatus::version

The RCOIP version number. Must be set to RC_VERSION1

Referenced by RCRx::sendReply().


The documentation for this struct was generated from the following file: