EmberCoapResponseInfo Struct Reference
Additional information about an incoming response.
#include <
coap.h
>
Data Fields |
|
EmberIpv6Address | localAddress |
EmberIpv6Address | remoteAddress |
uint16_t | localPort |
uint16_t | remotePort |
void * | applicationData |
uint16_t | applicationDataLength |
Field Documentation
void* EmberCoapResponseInfo::applicationData |
The value passed to
emberCoapSend()
.
uint16_t EmberCoapResponseInfo::applicationDataLength |
The value passed to
emberCoapSend()
.
EmberIpv6Address EmberCoapResponseInfo::localAddress |
uint16_t EmberCoapResponseInfo::localPort |
EmberIpv6Address EmberCoapResponseInfo::remoteAddress |
uint16_t EmberCoapResponseInfo::remotePort |
The documentation for this struct was generated from the following file:
-
coap.h