Bumped Mbed FW version to 01.20.0080

Embed: (wiki syntax)

« Back to documentation index

ADMW_STATUS Struct Reference

ADMW_STATUS Struct Reference
[ADMW Host Library API]

#include <admw_api.h>

Data Fields

ADMW_DEVICE_STATUS_FLAGS deviceStatus
ADMW_CHANNEL_ALERT_FLAGS channelAlerts [ADMW1001_MAX_CHANNELS]
uint32_t errorCode
uint32_t alertCode
uint32_t debugCode
uint32_t channelAlertCodes [ADMW1001_MAX_CHANNELS]

Detailed Description

Status details retreived from the ADMW device.

Definition at line 139 of file admw_api.h.


Field Documentation

uint32_t alertCode

Code identifying the last alert signalled by the device

Definition at line 148 of file admw_api.h.

uint32_t channelAlertCodes[ADMW1001_MAX_CHANNELS]

Per-channel code identifying the last alert signalled for each channel

Definition at line 152 of file admw_api.h.

ADMW_CHANNEL_ALERT_FLAGS channelAlerts[ADMW1001_MAX_CHANNELS]

Per-channel alert status information from the device

Definition at line 144 of file admw_api.h.

uint32_t debugCode

Supplementary code related to the last error/alert

Definition at line 150 of file admw_api.h.

General summary status information from the device

Definition at line 142 of file admw_api.h.

uint32_t errorCode

Code identifying the last error signalled by the device

Definition at line 146 of file admw_api.h.