Member values
| Member name | Data type | Description |
|---|---|---|
| type | uint32 | Controller device type |
| controller_identifier | uint32 | Controller device identifier |
Member functions
| Function name | Return type | Input type | Description |
|---|---|---|---|
| type() const | uint32 | void | Returns the current value of type. If the type is not set, returns 0. |
| set_type() | void | uint32 | Sets the value of type. After calling this, type() will return value. |
| clear_type() | void | void | Clears the value of type. After calling this, type() will return the empty string/empty bytes. |
| controller_identifier() | uint32 | void | Returns the current value of controller_identifier. If the controller_identifier is not set, returns 0. |
| set_controller_identifier() | void | uint32 | Sets the value of controller_identifier. After calling this, controller_identifier() will return value. |
| clear_controller_identifier() | void | void | Clears the value of controller_identifier. After calling this, controller_identifier() will return 0. |
Parent topic: Base (C++)