Morse Micro IoT SDK  2.9.7

Detailed Description

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

Definition at line 287 of file mmagic_controller.h.

#include <mmagic_controller.h>

Data Fields

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

Field Documentation

◆ data

char string100::data[100+1]

The string contents.

Definition at line 293 of file mmagic_controller.h.

◆ len

uint8_t string100::len

Length of string contents (excluding null terminator).

Definition at line 290 of file mmagic_controller.h.


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