Sebastián Pastor / EtheriosCloudConnector
Embed: (wiki syntax)

« Back to documentation index

Cloud Connector remote configuration access types

Cloud Connector remote configuration access types

Enumerations

enum  connector_element_access_t { connector_element_access_read_only, connector_element_access_write_only, connector_element_access_read_write }
 

Remote Configuration Element Access types.

More...

Enumeration Type Documentation

Remote Configuration Element Access types.

Enumerator:
connector_element_access_read_only 

Read only.

connector_element_access_write_only 

Write only.

connector_element_access_read_write 

Read and write.

Definition at line 84 of file connector_api_remote.h.