This is the complete list of members for pfodRadioMsg, including all inherited members.
| ackedMsgSeqNo | pfodRadioMsg | protected |
| addressedTo | pfodRadioMsg | protected |
| BUFFER_SIZE | pfodRadioMsg | protectedstatic |
| getAckedMsgSeqNo() | pfodRadioMsg | |
| getAddressedTo() | pfodRadioMsg | |
| getBuf() | pfodRadioMsg | |
| getLen() | pfodRadioMsg | |
| getMaxMsgBufferSize() | pfodRadioMsg | |
| getMsgSeqNo() | pfodRadioMsg | |
| getReceivedFrom() | pfodRadioMsg | |
| init(size_t _maxMsgLen) | pfodRadioMsg | |
| isAckFor(pfodRadioMsg *lastRadioMsg) | pfodRadioMsg | |
| isNewConnectionRequest(uint8_t ourAddress) | pfodRadioMsg | |
| isNewMsg(uint8_t _thisAddress, uint8_t _targetAddress, uint8_t _expectedMsgSeqNo, bool isServer) | pfodRadioMsg | |
| isPureAck() | pfodRadioMsg | |
| isPureAckFor(uint8_t msgSeqNoWaitingForAck) | pfodRadioMsg | protected |
| isResendRequest(pfodRadioMsg *lastRadioMsg) | pfodRadioMsg | |
| maxMsgLen | pfodRadioMsg | protected |
| msgBuf | pfodRadioMsg | protected |
| msgLen | pfodRadioMsg | protected |
| msgSeqNo | pfodRadioMsg | protected |
| pfodRadioMsg() | pfodRadioMsg | |
| receivedFrom | pfodRadioMsg | protected |
| saveMsg(uint8_t *_buf, uint8_t _len, uint8_t _addressedTo, uint8_t _receievedFrom, uint8_t _msgSeqNo, uint8_t _ackedMsgSeqNo) | pfodRadioMsg | |
| saveMsg(Stream *_txBufPtr, uint8_t _addressedTo, uint8_t _receievedFrom, uint8_t _msgSeqNo, uint8_t _ackedMsgSeqNo) | pfodRadioMsg | |
| setAckedMsgSeqNo(uint8_t _ackedMsgSeqNo) | pfodRadioMsg | |