poCker
Loading...
Searching...
No Matches
Message Struct Reference

A message string with a unique Key. More...

#include <messages.h>

Public Attributes

char key [MESSAGES_MAX_KEY_LENGTH]
 A unique string literal identifying this struct in an array. Comparison rules of strcmp() apply.
 
char message [MESSAGES_MAX_MSG_LENGTH]
 The message to be returned when its key is requested. It can contain string formatters such as s, but can not contain escape characters such as '
'.
 

Detailed Description

A message string with a unique Key.

Member Data Documentation

◆ key

char Message::key[MESSAGES_MAX_KEY_LENGTH]

A unique string literal identifying this struct in an array. Comparison rules of strcmp() apply.

Warning
Make sure that it does not exceed the MESSAGES_MAX_KEY_LENGTH value.

◆ message

char Message::message[MESSAGES_MAX_MSG_LENGTH]

The message to be returned when its key is requested. It can contain string formatters such as s, but can not contain escape characters such as '
'.

Warning
Make sure that it does not exceed the MESSAGES_MAX_MSG_LENGTH value.

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