Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 679 Bytes

File metadata and controls

19 lines (11 loc) · 679 Bytes

DataTypeMemberEntry

Properties

Name Type Description Notes
bitOffset Long Bit offset from the start of the containing type, for bitfields. [optional]
bitSize Long Width in bits, for bitfields. [optional]
dataTypeId Long The member's type. [optional]
isBitfield Boolean Whether this member is a bitfield.
name String Member name, absent for unnamed padding. [optional]
offset Long Byte offset from the start of the containing type.
size Long Member size in bytes.