1.1.22.2 WDRV_WINC_PROV_PROTOCOL_TYPE Enum

C

typedef enum
{
    WDRV_WINC_PROV_PROTOCOL_BINARY,
    WDRV_WINC_PROV_PROTOCOL_ASCII,
} WDRV_WINC_PROV_PROTOCOL_TYPE;

Description

Provisioning protocol type.

Members

MembersDescription
WDRV_WINC_PROV_PROTOCOL_BINARYBinary command request/responses and AECs.
WDRV_WINC_PROV_PROTOCOL_ASCIIASCII AT style interface for commands/responses and AECs.

Remarks

None.