IDigitalIO Interface

CVB.Net Documentation
Digital I/O operations on a Device.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public interface IDigitalIO : IDeviceInterface

The IDigitalIO type exposes the following members.

Properties

  NameDescription
Public propertyInputCount
Gets the number of digital input ports of the Device.
Public propertyOutputCount
Gets the number of digital output ports of the Device.
Public propertyParent
The Device this interface works on.
(Inherited from IDeviceInterface.)
Top
Methods

  NameDescription
Public methodReadInputBit
Reads a single input port from the device.
Public methodReadInputGroup
Reads the input group from the device.
Public methodReadOutputBit
Reads a single output port from the device.
Public methodReadOutputGroup
Reads the output group from the device.
Public methodWriteOutputBit
Write a single output port to the device.
Public methodWriteOutputGroup(Int32, BitVector32)
Writes the output group to the device.
Public methodWriteOutputGroup(Int32, BitVector32, BitVector32)
Writes the masked output group to the device.
Top
See Also

Reference