|
BayEOSArduino Library
|
This is the complete list of members for BayTCPInterface, including all inherited members.
| _apn (defined in BayTCPInterface) | BayTCPInterface | protected |
| _base64buffer (defined in BayTCPInterface) | BayTCPInterface | protected |
| _buffer (defined in BayEOS) | BayEOS | |
| _config_buffer (defined in BayTCPInterface) | BayTCPInterface | protected |
| _failure_counter (defined in BayEOS) | BayEOS | |
| _mac_ip (defined in BayTCPInterface) | BayTCPInterface | protected |
| _max_skip (defined in BayEOS) | BayEOS | |
| _mtu (defined in BayTCPInterface) | BayTCPInterface | protected |
| _next (defined in BayEOS) | BayEOS | |
| _password (defined in BayTCPInterface) | BayTCPInterface | protected |
| _path (defined in BayTCPInterface) | BayTCPInterface | protected |
| _payload (defined in BayEOS) | BayEOS | |
| _pin (defined in BayTCPInterface) | BayTCPInterface | protected |
| _port (defined in BayTCPInterface) | BayTCPInterface | protected |
| _prov_pw (defined in BayTCPInterface) | BayTCPInterface | protected |
| _prov_user (defined in BayTCPInterface) | BayTCPInterface | protected |
| _sender (defined in BayTCPInterface) | BayTCPInterface | protected |
| _server (defined in BayTCPInterface) | BayTCPInterface | protected |
| _skip_counter (defined in BayEOS) | BayEOS | |
| _success (defined in BayEOS) | BayEOS | |
| _tx_error_count (defined in BayTCPInterface) | BayTCPInterface | protected |
| _urlencode | BayTCPInterface | |
| _urlencodedChars (defined in BayTCPInterface) | BayTCPInterface | protectedstatic |
| _user (defined in BayTCPInterface) | BayTCPInterface | protected |
| addChannelValue(float v, uint8_t channel_number=0) | BayEOS | |
| addChannelValue(double v, uint8_t channel_number=0) (defined in BayEOS) | BayEOS | |
| addChannelValue(long v, uint8_t channel_number=0) (defined in BayEOS) | BayEOS | |
| addChannelValue(unsigned long v, uint8_t channel_number=0) (defined in BayEOS) | BayEOS | |
| addChannelValue(int v, uint8_t channel_number=0) (defined in BayEOS) | BayEOS | |
| addChannelValue(unsigned int v, uint8_t channel_number=0) (defined in BayEOS) | BayEOS | |
| addChannelValue(int8_t v, uint8_t channel_number=0) (defined in BayEOS) | BayEOS | |
| addChannelValue(uint8_t v, uint8_t channel_number=0) (defined in BayEOS) | BayEOS | |
| addChannelValue(float v, const char *channel_label) | BayEOS | |
| addChannelValue(double v, const char *channel_label) (defined in BayEOS) | BayEOS | |
| addChannelValue(long v, const char *channel_label) (defined in BayEOS) | BayEOS | |
| addChannelValue(unsigned long v, const char *channel_label) (defined in BayEOS) | BayEOS | |
| addChannelValue(int v, const char *channel_label) (defined in BayEOS) | BayEOS | |
| addChannelValue(unsigned int v, const char *channel_label) (defined in BayEOS) | BayEOS | |
| addChannelValue(int8_t v, const char *channel_label) (defined in BayEOS) | BayEOS | |
| addChannelValue(uint8_t v, const char *channel_label) (defined in BayEOS) | BayEOS | |
| addChecksum(void) (defined in BayEOS) | BayEOS | |
| addToConfigBuffer(uint8_t offset, const char *str) (defined in BayTCPInterface) | BayTCPInterface | protected |
| addToPayload(uint8_t b) | BayEOS | inline |
| addToPayload(const void *p, uint8_t length) | BayEOS | |
| addToPayload(const uint8_t *c) | BayEOS | |
| addToPayload(const char *s) | BayEOS | |
| addToPayload(float f) | BayEOS | |
| addToPayload(unsigned long l) | BayEOS | |
| addToPayload(long l) | BayEOS | |
| addToPayload(int w) | BayEOS | |
| addToPayload(uint16_t w) | BayEOS | |
| available(void) | BayEOS | inlinevirtual |
| BayEOS(void) | BayEOS | inline |
| connect(void)=0 | BayTCPInterface | pure virtual |
| createActionResponse(uint8_t key, uint8_t status) | BayEOS | |
| createMessage(const char *s, uint8_t checksum=0, uint8_t frametype=BayEOS_Message) | BayEOS | |
| disconnect(void)=0 | BayTCPInterface | pure virtual |
| finishTransmissionMode(void)=0 (defined in BayTCPInterface) | BayTCPInterface | protectedpure virtual |
| flushMTU(void)=0 (defined in BayTCPInterface) | BayTCPInterface | protectedpure virtual |
| getConfig(void) | BayTCPInterface | |
| getConfigPointer(uint8_t index) | BayTCPInterface | |
| getPacketLength(void) const | BayEOS | |
| getPayload(void) const | BayEOS | |
| getPayload(uint8_t index) const (defined in BayEOS) | BayEOS | |
| getPayloadBytesLeft(void) const | BayEOS | |
| getPayloadLength(void) const | BayEOS | |
| hex2int(const char c) (defined in BayTCPInterface) | BayTCPInterface | |
| i_available()=0 (defined in BayTCPInterface) | BayTCPInterface | protectedpure virtual |
| parseIP(const char *str) (defined in BayTCPInterface) | BayTCPInterface | |
| parseMAC(const char *str) (defined in BayTCPInterface) | BayTCPInterface | |
| printlnPGM(const char *str) (defined in BayTCPInterface) | BayTCPInterface | protected |
| printPGM(const char *str) (defined in BayTCPInterface) | BayTCPInterface | protected |
| printPostHeader(uint16_t size) (defined in BayTCPInterface) | BayTCPInterface | protected |
| printURLencoded(const char *str) (defined in BayTCPInterface) | BayTCPInterface | protected |
| readBinaryFromBuffer(unsigned long pos) | BayEOS | |
| readBinaryFromBuffer(unsigned long pos, unsigned long end, unsigned long vpos) | BayEOS | |
| readConfigFromEEPROM(int eeoffset=BayTCP_EEPROM_OFFSET) | BayTCPInterface | |
| readConfigFromStringPGM(const char *string) | BayTCPInterface | |
| readFromBuffer(void) | BayEOS | |
| readIntoPayload(int timeout=5000) | BayEOS | inlinevirtual |
| sendError(const char *s) | BayEOS | |
| sendFromBuffer(void) | BayEOS | |
| sendMessage(const char *s) | BayEOS | |
| sendMultiFromBuffer(uint16_t maxsize=5000) | BayTCPInterface | |
| sendMultiFromBufferWithAckPayload(uint16_t maxsize=5000) (defined in BayTCPInterface) | BayTCPInterface | |
| sendOrBuffer(void) | BayEOS | |
| sendPayload(void) | BayTCPInterface | virtual |
| serialprintlnPGM(const char *str) (defined in BayTCPInterface) | BayTCPInterface | protected |
| serialprintPGM(const char *str) (defined in BayTCPInterface) | BayTCPInterface | protected |
| setBuffer(BayEOSBuffer &buffer, uint16_t max_skip=0) | BayEOS | inline |
| setConfig(const char *str, uint8_t index) | BayTCPInterface | |
| setConfigPointers(void) (defined in BayTCPInterface) | BayTCPInterface | protected |
| skipChars(void) (defined in BayTCPInterface) | BayTCPInterface | protected |
| startCommand(uint8_t cmd_api) | BayEOS | |
| startCommandResponse(uint8_t cmd_api) | BayEOS | |
| startDataFrame(uint8_t subtype=BayEOS_Float32le, uint8_t checksum=0) | BayEOS | |
| startDataFrameWithOrigin(uint8_t subtype, const char *o, uint8_t checksum=0, uint8_t routed=0) | BayEOS | |
| startDelayedFrame(unsigned long delay) | BayEOS | |
| startDelayedSecondFrame(unsigned long delay) | BayEOS | |
| startFrame(void) | BayEOS | |
| startFrame(uint8_t type) | BayEOS | |
| startOriginFrame(const char *o, uint8_t routed=0) | BayEOS | |
| startRF24Frame(uint8_t pipe) | BayEOS | |
| startRoutedFrame(uint16_t sourceMyID, uint16_t sourcePANID, uint8_t rssi=0) | BayEOS | |
| startTimestampFrame(unsigned long timestamp) | BayEOS | |
| strlenURLencoded(const char *str) (defined in BayTCPInterface) | BayTCPInterface | protected |
| urlDecode(char *str) (defined in BayTCPInterface) | BayTCPInterface | protected |
| validateChecksum(void) (defined in BayEOS) | BayEOS | |
| wait_for_available(uint16_t *timeout, int bytes=1) (defined in BayTCPInterface) | BayTCPInterface | protected |
| wait_forOK(uint16_t timeout) (defined in BayTCPInterface) | BayTCPInterface | protected |
| wait_forPGM(const char *str, uint16_t timeout, uint8_t bytes=0, char *buffer=NULL) (defined in BayTCPInterface) | BayTCPInterface | protected |
| writeConfigToEEPROM(int eeoffset=BayTCP_EEPROM_OFFSET) | BayTCPInterface | |
| writeToBuffer(void) | BayEOS |