| Design | |
| Configurations | Configurations of the Shadow Library |
| ▼Functions | Primary functions of the Shadow library: Shadow_MatchTopic Shadow_GetTopicString |
| Shadow_MatchTopic | Given the topic string of an incoming message, determine whether it is related to a device shadow; if it is, return information about the type of device shadow message, and a pointer to the Thing Name inside of the topic string. See ShadowMessageType_t for the list of message types. Those types correspond to Device Shadow Topics. |
| Shadow_GetTopicString | Assemble shadow topic string when Thing Name is only known at run time. If the Thing Name is known at compile time, use SHADOW_TOPIC_STRING_* macros instead. |
| Porting Guide | Guide for porting Shadow to a new platform |