Can.ControllerNumber Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Can.ControllerNumber Property

BR.AN.PviServices .NET


Gets or sets the number of the controller. 2 CAN controllers are available on the LS172 card. The desired controller is selected with the CNO parameter. No value other than 0 (zero) may be specified for the default CAN controller.

[Visual Basic]

<Browsable(Browsable:=True)> _

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

<Description(Description:=""Gets or sets the number of the controller. 2 CAN controllers are available on the" + " LS172 card. The desired controller is selected with the CNO parameter. No value" + " other than 0 (zero) may be specified for the default CAN controller."")> _

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

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

<DefaultValue(Value:=0)> _

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

Public Property ControllerNumber() 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 the controller. 2 CAN controllers are available on the" + " LS172 card. The desired controller is selected with the CNO parameter. No value" + " other than 0 (zero) may be specified for the default CAN controller."")]

[EditorBrowsable(State=EditorBrowsableState.Always)]

[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Visible)]

[DefaultValue(Value=0)]

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

public int ControllerNumber { public get; public set; }

Property Value

ControllerNumber

See Also

Can Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]