commandMicroservice
R2026bDescription
The commandMicroservice represents the MAVLink Command microservice.
This object uses MAVLink command protocol messages to send commands to a remote MAVLink
client. Use the object functions to send commands or to configure timeout and retry behavior
for command operations.
Creation
To create a commandMicroservice object, use the mavlinkmicroservice
function and specify the microservice type as "command":
command = mavlinkmicroservice(mavlinkio,"command").
Properties
Object Functions
send | Send command to remote MAVLink client |
setTimeout | Set microservice timeout value |
setRetry | Set microservice retry count |
Examples
Version History
Introduced in R2026b
See Also
mavlinkmicroservice | heartbeatMicroservice | parameterMicroservice | missionMicroservice | ftpMicroservice