Public Member Functions | |
None | __init__ (self, *args, **kwargs) |
def | from_definition (cls) |
def | check_rationality (cls) |
def | get_field_definition (cls, str name) |
Any | __getattribute__ (self, str name) |
def | __iter__ (self) |
def | __str__ (self) |
def | to_c_code (self, name=None, **kwargs) |
def | update_from_buffer (self, buffer) |
An extended ctypes structure to accept complex inputs
def cryptoauthlib.library.AtcaStructure.check_rationality | ( | cls | ) |
Perform a rationality check on the structure definition against the expected definition by checking structure sizes between the compiled library and the python library
def cryptoauthlib.library.AtcaStructure.from_definition | ( | cls | ) |
Trigger _field_ creation from the values provided in _def_ - must be run before the class is instantiated