arm_property Struct Reference
[ARM 4.0 Properties]
defines a name value property pair. More...
#include <arm4.h>
Data Fields | |
const arm_char_t * | name |
const arm_char_t * | value |
Detailed Description
defines a name value property pair.
Field Documentation
const arm_char_t* arm_property::name |
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.
const arm_char_t* arm_property::value |
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: