Table of Contents

Namespace ComfileTech.Cfnet.Cfheader

Classes

AnalogInputModule

An analog input module

AnalogInputModule.Channel

An individual channel of a analog input module.

AnalogOutputModule

A CFDAC-2V analog output module

AnalogOutputModule.Channel

An individual channel of a CFDAC-2V module.

BackgroundSync

Background thread that calls Sync() repeatedly in a tight loop.

Cfheader

A CFHEADER module.

DigitalInputModule

A digital input module.

DigitalInputModule.Channel

An individual channel of a digital input module.

DigitalOutputModule

A digital output module

DigitalOutputModule.Channel

An individual channel of a digital output module.

Structs

Version

Version information for software and hardware.

Interfaces

IIOChannel

An individual channel within an IO module.

IIOModule

A common interface for all IO modules.

Enums

I2cResult

The result of communication between a CFHEADER module and an IO module.

Delegates

TypedEventHandler<TSender>

A delegate for handling events.

TypedEventHandler<TSender, TArg>

A delegate for handling events.