<< Click to Display Table of Contents >> Navigation: »No topics above this level« Can.MAXStationNumber Property |
Gets or sets the highest station number. Number of maximum possible INA2000 stations (= highest station number). 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 highest station number. Number of maximum possible INA2000 stati" + "ons (= highest station number). Every station in the INA2000 network must have t" + "he same setting."")> _
<EditorBrowsable(State:=EditorBrowsableState.Always)> _
<DesignerSerializationVisibility(Visibility:=DesignerSerializationVisibility.Visible)> _
<DefaultValue(Value:=32)> _
<PviKeyWord(PviKeyWord:=""/MDA"")> _
Public Property MAXStationNumber() 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 highest station number. Number of maximum possible INA2000 stati" + "ons (= highest station number). Every station in the INA2000 network must have t" + "he same setting."")]
[EditorBrowsable(State=EditorBrowsableState.Always)]
[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Visible)]
[DefaultValue(Value=32)]
[PviKeyWord(PviKeyWord=""/MDA"")]
public int MAXStationNumber { public get; public set; }
MAXStationNumber
Can Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]