Table of Contents

Class ProxyDeviceSettings

Namespace
adas_core.module.ProxyDevices
Assembly
adas-core.module.ProxyDevices.dll

Represents the settings for proxy devices, which are used to define and manage virtual devices that can be used for testing, simulation, or other purposes within the ADAS (Advanced Driver Assistance Systems) core module. Each proxy device can have its own unique identifier, type, enabled status, and a set of parameters that can be customized as needed.

public class ProxyDeviceSettings : List<ProxyDevice>, IList<ProxyDevice>, ICollection<ProxyDevice>, IReadOnlyList<ProxyDevice>, IReadOnlyCollection<ProxyDevice>, IEnumerable<ProxyDevice>, IList, ICollection, IEnumerable
Inheritance
ProxyDeviceSettings
Implements
Inherited Members
Extension Methods