Optional
commandOptional
dataArray of numbers representing the received data.
The length of data depends on the response type. If the response number is 3 (Command completed with error and with response), the length can be up to 5 numbers; otherwise, it can be up to 6 numbers.
Optional
errorThe error code is only set when the response number is 3 (Command completed with error and with response).
The meaning of the error code can be general or command specific. General error codes start at 254 and go downwards:
Optional
errorThe error description is derived from the OS command number and error code number. The purpose of the error description is to provide more information about the error than the name can.
Optional
errorThe error name is derived from the OS command number and error code number.
Optional
fsStores the content of the fs-buffer file if accessed during the execution of the OS command.
Optional
progressReported progress during the OS command execution.
The progress can be in the range from 0 to 100 and is computed from the command status. A status value between 100 and 200 indicates that the command is executing with a percentage (100 = 0%, 200 = 100%).
Status of the request.
Raw response as sent by the device.
Generated using TypeDoc
The command that was sent to the device through the 0x1023:01 OS Command.