Type alias IodOperationResponse

IodOperationResponse: {
    error: boolean;
    errorMsg: string;
    value: 0 | 1;
}

Response object you get from request to operation subject.

Type declaration

  • error: boolean

    Whether the request was successful or not.

  • errorMsg: string

    Error message if the request was not successful.

  • value: 0 | 1

    Current state of the IO channel.

Generated using TypeDoc