ADS response for ReadState command

interface AdsReadStateResponse {
    error: boolean;
    errorCode: number;
    errorStr?: string;
    payload: AdsState;
}

Hierarchy (view full)

Properties

error: boolean

True if response has error (ADS or our own customer error)

errorCode: number

ADS error code (0 = no error, -1 = other than ADS error)

errorStr?: string

ADS error string

payload: AdsState

ADS state