Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attribute ¶
type Attribute struct {
Header *AttributeHeader
Value []byte
}
Class attribute struct
type AttributeHeader ¶
type AttributeHeader struct {
AttributeName [80]byte // Attribute name (max 80 symbols)
AttributeType uint8 // attribute type: string, int, float bool or objectName'
AttributeValueSize uint64 // Data size of attribute value in bytes
}
Class attributes header struct
Click to show internal directories.
Click to hide internal directories.