Can.CANIdentifiers Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Can.CANIdentifiers Property

BR.AN.PviServices .NET


Gets or sets the number of CAN identifiers. CAN communication with 29-bit identifiers (extended frames) or 11-bit identifiers (standard frames). If 29-bit CAN identifiers (extended frames) are used, then 11-bit identifiers cannot be sent or received. Every station in the INA2000 network must have the same setting.

[Visual Basic]

<Browsable(Browsable:=True)> _

<Category(Category:=""Communication"")> _

<Description(Description:="@"Gets or sets the number of CAN identifiers. CAN communication with 29-bit identifiers (extended frames) or 11-bit identifiers (standard frames). If 29-bit CAN identifiers (extended frames) are used, then 11-bit identifiers cannot be sent or received. Every station in the INA2000 network must have the same setting."")> _

<EditorBrowsable(State:=EditorBrowsableState.Always)> _

<DesignerSerializationVisibility(Visibility:=DesignerSerializationVisibility.Visible)> _

<DefaultValue(Value:=29)> _

<PviKeyWord(PviKeyWord:=""/CMODE"")> _

Public Property CANIdentifiers() As Integer

  Public Get

  End Get

  Public Set

  End Set

End Property

[C#]

[Browsable(Browsable=True)]

[Category(Category=""Communication"")]

[Description(Description="@"Gets or sets the number of CAN identifiers. CAN communication with 29-bit identifiers (extended frames) or 11-bit identifiers (standard frames). If 29-bit CAN identifiers (extended frames) are used, then 11-bit identifiers cannot be sent or received. Every station in the INA2000 network must have the same setting."")]

[EditorBrowsable(State=EditorBrowsableState.Always)]

[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Visible)]

[DefaultValue(Value=29)]

[PviKeyWord(PviKeyWord=""/CMODE"")]

public int CANIdentifiers { public get; public set; }

Property Value

CANIdentifiers

See Also

Can Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]