.

CanNode.DigitalInBit

Reads or sets the current state of a Can node digital input.

This property cannot be saved to flash memory.

Version History

Introduced in MPX 2.0.

Type

Boolean (read only)

Index

 
Index Type Description
UInt32 The digital input bit to read.

Visual Basic

Syntax

ReadOnly Property DigitalInBit() As Boolean

Sample Code

 

Dim digitalIn3State As Boolean = Controller.Can(0).Node(5).DigitalInBit(3)

 

C#

Syntax

bool[] DigitalInBit {get;}

Sample Code

 

bool digitalIn3State = Controller.Can[0].Node[5].DigitalInBit[3] ;

 

See Also

DigitalOutBit

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering