status π
Interface to the struct vaccel_tf_status C object.
Status π
Status(error_code: int = 0, message: str = '')
Bases: CType
Wrapper for the struct vaccel_tf_status C object.
Manages the creation and initialization of a C struct vaccel_tf_status and provides access to it through Python properties.
Inherits
CType: Abstract base class for defining C data types.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| int | The error code to be passed to the C struct. Defaults to 0. | 0 |
| str | The message to be passed to the C struct. Defaults to "". | '' |