Impact Acquire SDK .NET
DigitalIO Class Referenceabstract

An abstract base class to represent a digital pin(Device specific interface layout only). More...

Inheritance diagram for DigitalIO:
[legend]

Public Member Functions

bool get ()
 Returns the current state of this pin.
 
override String ToString ()
 Returns a description for this digital pin.
 

Properties

String description [get]
 Returns a description for this digital output.
 

Detailed Description

An abstract base class to represent a digital pin(Device specific interface layout only).

Member Function Documentation

◆ get()

bool get ( )
abstract

Returns the current state of this pin.

Returns
  • true if the current state of this pin is considered as 'logic 1'
  • false otherwise

◆ ToString()

override String ToString ( )
inline

Returns a description for this digital pin.

This might contain connector descriptions or other information like e.g. 'CC1(J1)', which means, this is the CameraLink® control channel 1 of connector J1.

Property Documentation

◆ description

String description
get

Returns a description for this digital output.

This might contain connector descriptions or other information like e.g. 'CC1(J1)', which means, this is the CameraLink® control channel 1 of connector J1.

Examples
DigitalIOs.cs.