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 Detailed Description Provide a struct for an integer-valued attribute. Definition at line 48 of file syscAttribute.h. Field Documentation ◆ name char SyscIntegerAttribute::name[SYSC_STRING_LENGTH] Unique name for this attribute. Definition at line 49 of file syscAttribute.h. ◆ value long long int SyscIntegerAttribute::value Attribute value. Definition at line 50 of file syscAttribute.h.