.

CanNode.Type

The type of CANOpen node the CanNode object is associated with.

Version History

Introduced in MPX 2.0.

Type

Mpx.CanNodeType (read only)

Visual Basic

Syntax

Property Type As Mpx.CanNodeType

Sample Code

 
If canNode.Type = Mpx.CanNodeType.Unsupported Then
    'Ignore unsupported node types
    Return
End If

 

C#

Syntax

Mpx.CanNodeType Type;

Sample Code

 
Mpx.CanNodeType nodeType = Controller.Can[0].Node[5].Type; 

 

See Also

Enumerations
CanNodeType

 

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