Table of Contents

Class DigitalInputModule.Channel

Namespace
ComfileTech.Cfnet.Cfheader
Assembly
ComfileTech.Cfnet.Cfheader.dll

An individual channel of a digital input module.

public class DigitalInputModule.Channel : IIOChannel
Inheritance
DigitalInputModule.Channel
Implements

Properties

Address

The channel address uniquely identifying this channel in the module.

Module

The digital input module that this channel belongs to.

State

The state the channel. true is on, false if off.

Events

StateChanged

Fired when State changes.