Class CommandExecutionResult


  • public class CommandExecutionResult
    extends Object
    The result value of the command execution. The device can use the result field to share additional details about the execution such as a return value of a remote function call.
    • Field Detail

      • s

        public String s
        An attribute of type String.
      • b

        public Boolean b
        An attribute of type Boolean.
      • bin

        public byte[] bin
        An attribute of type Binary.
    • Constructor Detail

      • CommandExecutionResult

        public CommandExecutionResult()