Table of Contents

Class DeviceCollection

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll

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.