ADS response for ReadDeviceInfo command

interface AdsReadDeviceInfoResponse {
    error: boolean;
    errorCode: number;
    errorStr?: string;
    payload: AdsDeviceInfo;
}

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: AdsDeviceInfo

Device info