Struct object
Property | Description | Access | Type |
---|---|---|---|
Struct.size | Get the Struct size in memory | readonly | number |
Struct.type | Get the type of the C Struct | readonly | string |
Operation | Description |
---|---|
Struct call | Creates a new instance from the C Struct definition |
#Struct length operator | Get the size of the Struct in memory |
Method | Description | Return value |
---|---|---|
Struct.constructor() | Struct C definition constructor | Struct |