ParamItem
Represents a single parameter on the MAVLink device.
Provides metadata, current and remote values, synchronization status, and methods for reading/writing the parameter.
Property | Type | Description |
|---|---|---|
|
| Contains metadata and information about the parameter, such as name, description, and range. |
|
| The parameter name. |
|
| MAVLink type of the parameter. |
|
| The parameter index. |
|
| Reactive property indicating whether the value synced with remote one. |
|
| Reactive property representing the current value of the parameter. |
Method | Return Type | Description |
|---|---|---|
|
| Reads the parameter value from the remote device and updates the local cache. |
|
| Writes the local parameter value to the remote device. |
ParamItem.Read
Parameter | Type | Description |
|---|---|---|
|
| (Optional) The cancellation token. |
ParamItem.Write
Parameter | Type | Description |
|---|---|---|
|
| (Optional) The cancellation token. |