SyscIntegerAttribute Struct Reference Last update: 17.07.2025 Provide a struct for an integer-valued attribute. More... #include <syscAttribute.h> Data Fieldschar name [SYSC_STRING_LENGTH] long long int value int modifiable Detailed Description Provide a struct for an integer-valued attribute. Definition at line 70 of file syscAttribute.h. Field Documentation ◆ modifiable int SyscIntegerAttribute::modifiable Attribute is modifiable. Definition at line 73 of file syscAttribute.h. ◆ name char SyscIntegerAttribute::name[SYSC_STRING_LENGTH] Unique name for this attribute. Definition at line 71 of file syscAttribute.h. ◆ value long long int SyscIntegerAttribute::value Attribute value. Definition at line 72 of file syscAttribute.h.