Morse Micro IoT SDK  2.9.7

Detailed Description

String type with maximum length of 254 (excluding null terminator).

Definition at line 297 of file mmagic_controller.h.

#include <mmagic_controller.h>

Data Fields

uint8_t len
 Length of string contents (excluding null terminator). More...
 
char data [254+1]
 The string contents. More...
 

Field Documentation

◆ data

char string254::data[254+1]

The string contents.

Definition at line 303 of file mmagic_controller.h.

◆ len

uint8_t string254::len

Length of string contents (excluding null terminator).

Definition at line 300 of file mmagic_controller.h.


The documentation for this struct was generated from the following file: