class Admittance
August 13, 2019 ยท View on GitHub
Member values
| Member name | Data type | Description |
|---|---|---|
| admittance_mode | uint32 | mode |
Member functions
| Function name | Return type | Input type | Description |
|---|---|---|---|
| admittance_mode() const | uint32 | void | Returns the current value of admittance_mode. If the admittance_mode is not set, returns 0. |
| set_admittance_mode() | void | uint32 | Sets the value of admittance_mode. After calling this, admittance_mode() will return value. |
| clear_admittance_mode() | void | void | Clears the value of admittance_mode. After calling this, admittance_mode() will return the empty string/empty bytes. |
Parent topic: Base (C++)