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
fromUdp(UDP *udp, Message &message)Coap::Messagestatic
getCode() constCoap::Message
getId() constCoap::Message
getLength() constCoap::Messageinline
getMaxAge(uint32_t &age)Coap::Message
getObserveValue(uint32_t &observeValue)Coap::Message
getOption(OptionNumber number, Option &option) constCoap::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
intoNotification(Observer &observer)Coap::Message
intoResponse(const Message &request, MessageCode code, MessageType type)Coap::Message
intoResponse(const Message &request, MessageCode code)Coap::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
setId(uint16_t id)Coap::Message
setMaxAge(uint32_t age)Coap::Message
setToken(const uint8_t *token, size_t length)Coap::Message
setType(MessageType type)Coap::Message