arm_property Struct Reference
[ARM 4.0 Properties]

defines a name value property pair. More...

#include <arm4.h>

Data Fields

const arm_char_tname
const arm_char_tvalue

Detailed Description

defines a name value property pair.


Field Documentation

A null-terminated string representing the name part of the (name,value) pair. Each string has a maximum length of 128 characters, including the termination character. If the pointer is null or points to a zero-length string, the (name,value) pair is ignored. Names should not contain trailing blank characters or consist of only blank characters.

A null-terminated string representing the value part of the (name,value) pair. Each string has a maximum length of 256 characters, including the termination character. If the pointer is null or points to a zero-length string, the (name,value) pair is ignored. Values should not contain trailing blank characters or consist of only blank characters.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines