# Functions
ConfigurationFrom helper function queries the DIC and returns device service's ConfigurationStruct implementation.
DeviceServiceFrom helper function queries the DIC and returns device service struct.
DeviceValidatorFrom helper function queries the DIC and returns device validator implementation.
ManagerFrom helper function queries the DIC and returns autoevent manager implementation.
ProtocolDiscoveryFrom helper function queries the DIC and returns protocol discovery implementation.
ProtocolDriverFrom helper function queries the DIC and returns protocol driver implementation.
# Variables
ConfigurationName contains the name of device service's ConfigurationStruct implementation in the DIC.
DeviceServiceName contains the name of device service struct in the DIC.
DeviceValidatorName contains the name of device validator implementation in the DIC.
ManagerName contains the name of autoevent manager implementation in the DIC.
ProtocolDiscoveryName contains the name of protocol discovery implementation in the DIC.
ProtocolDriverName contains the name of protocol driver implementation in the DIC.