leo hendrickson / Mbed OS example-Ethernet-mbed-Cloud-connect
Embed: (wiki syntax)

« Back to documentation index

ce_defs.h File Reference

ce_defs.h File Reference

Certificate Enrollment (CE) public defines. More...

Go to the source code of this file.

Enumerations

enum  ce_initiator_e { CE_INITIATOR_DEVICE, CE_INITIATOR_SERVER }
 

Enumeration representing the initiator of a certificate renewal operation.

More...

Detailed Description

Certificate Enrollment (CE) public defines.

This file, along with `ce_status.h` (included by this file) contains all the defines exposed for the certificate renewal feature. It is included by `MbedCloudClient.h` so you don't need to include it directly.

Definition in file ce_defs.h.


Enumeration Type Documentation

Enumeration representing the initiator of a certificate renewal operation.

Enumerator:
CE_INITIATOR_DEVICE 

Operation initiated by the application.

CE_INITIATOR_SERVER 

Operation initiated by the certificate enrollment service.

Definition at line 34 of file ce_defs.h.