ProsecCoAP 🥂
 
Loading...
Searching...
No Matches
Coap::Message Member List

This is the complete list of members for Coap::Message, including all inherited members.

addHost(IPAddress ip)Coap::Message
addOption(OptionNumber number, const uint8_t *value, size_t length)Coap::Message
addOption(Option option)Coap::Messageinline
addPath(const char *path)Coap::Message
addPayload(const uint8_t *payload, size_t length)Coap::Message
addPayload(const uint8_t *payload, size_t length, ContentFormat format)Coap::Message
addPort(uint16_t port)Coap::Message
addRandomToken(size_t length)Coap::Message
asRaw() constCoap::Messageinline
buildNotification(Observer &observer, Message &notification) constCoap::Message
buildResponse(MessageCode code, Message &response) constCoap::Message
fromUdp(UDP *udp, Message &message)Coap::Messagestatic
getCode() constCoap::Message
getId() constCoap::Message
getLength() constCoap::Messageinline
getObserveValue(uint32_t &observeValue)Coap::Message
getOptionIterator() constCoap::Message
getPath(String *path) constCoap::Message
getPayload(const uint8_t *&payload, size_t &length) constCoap::Message
getToken() constCoap::Message
getTokenLength() constCoap::Message
getType() constCoap::Message
getVersion() constCoap::Messageinline
isObserveDeregister()Coap::Message
isObserveRegister()Coap::Message
matchesToken(const uint8_t *token, size_t length) constCoap::Message
Message()Coap::Messageinline
Message(MessageType type, MessageCode code)Coap::Messageinline
Message(MessageType type, MessageCode code, uint16_t id)Coap::Message
setCode(MessageCode code)Coap::Message
setToken(const uint8_t *token, size_t length)Coap::Message
setType(MessageType type)Coap::Message