Class DeviceCollection
Represents the collection of devices in a channel
[Endpoint("/config/v1/project/channels/{channelName}/devices", null)]
public class DeviceCollection : EntityCollection<Device>, IList<Device>, ICollection<Device>, IReadOnlyList<Device>, IReadOnlyCollection<Device>, IEnumerable<Device>, IList, ICollection, IEnumerable, IHaveOwner
- Inheritance
-
DeviceCollection
- Implements
- Inherited Members
Constructors
- DeviceCollection()
Initializes a new instance of the DeviceCollection class.