| Typedefs | |
| using | corelink_stream_id_type = int32_t | 
| defines a type for the stream ID returned by the corelink server | |
| Enumerations | |
| enum class | corelink_component { corelink_service , control_service = corelink_service , relay_service = corelink_service , diagnostic_service = corelink_service , plugin_service = corelink_service , external_service = corelink_service , peer_client = corelink_service } | 
| defines a list of corelink peer components which will be used in the future.  More... | |
| using corelink::client::constants::corelink_stream_id_type = int32_t | 
defines a type for the stream ID returned by the corelink server
| 
 | strong | 
defines a list of corelink peer components which will be used in the future.
| Enumerator | |
|---|---|
| corelink_service | corelink monolithic service | 
| control_service | corelink control service. currently points to corelink_service | 
| relay_service | corelink relay service. currently points to corelink_service | 
| diagnostic_service | corelink diagnostic and MF service. most likely will denote pointing to the control service through heartbeat APIs, but currently does nothing | 
| plugin_service | corelink plugin services. most likely will denote pointing to a specific plugin service through control APIs, but currently does nothing | 
| external_service | external services. most likely will denote pointing to a specific external service, but currently does nothing | 
| peer_client | peer client. most likely will denote pointing to a set of peer corelink clients through control APIs, but currently does nothing |