|
BayEOSArduino Library
|
This is the complete list of members for BayGPRS, including all inherited members.
| _apn (defined in BayTCPInterface) | BayTCPInterface | protected |
| _base64buffer (defined in BayTCPInterface) | BayTCPInterface | protected |
| _baud (defined in BayGPRSInterface) | BayGPRSInterface | |
| _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 |
| _powerPin (defined in BayGPRSInterface) | BayGPRSInterface | |
| _prov_pw (defined in BayTCPInterface) | BayTCPInterface | protected |
| _prov_user (defined in BayTCPInterface) | BayTCPInterface | protected |
| _resetPin (defined in BayGPRSInterface) | BayGPRSInterface | |
| _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 | |
| BayEOS(void) | BayEOS | inline |
| BayGPRS(HardwareSerial &serial, uint8_t powerPin=9, uint8_t resetPin=0) | BayGPRS | |
| begin(long baud, uint8_t unlock_only=0) | BayGPRSInterface | |
| changeIPR(long baud) (defined in BayGPRSInterface) | BayGPRSInterface | |
| connect(void) | BayGPRSInterface | 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) | BayGPRSInterface | virtual |
| finishTransmissionMode(void) (defined in BayGPRSInterface) | BayGPRSInterface | virtual |
| flushMTU(void) (defined in BayGPRSInterface) | BayGPRSInterface | 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 | |
| getRSSI(void) | BayGPRSInterface | |
| hex2int(const char c) (defined in BayTCPInterface) | BayTCPInterface | |
| init(uint8_t unlock_only=0) | BayGPRSInterface | |
| isAttached(void) | BayGPRSInterface | |
| isRegistered(void) | BayGPRSInterface | |
| now(void) | BayGPRSInterface | |
| 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 |
| sendSMS(const String &phone, const String &sms) | BayGPRSInterface | |
| 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 |
| setClock(const char *time) | BayGPRSInterface | |
| setConfig(const char *str, uint8_t index) | BayTCPInterface | |
| setConfigPointers(void) (defined in BayTCPInterface) | BayTCPInterface | protected |
| skipChars(void) (defined in BayTCPInterface) | BayTCPInterface | protected |
| softReset(void) | BayGPRSInterface | |
| softSwitch(void) | BayGPRSInterface | |
| 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 |