NetworkAdapterCollection.RefreshTime Property

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > NetworkAdapterCollection Class > NetworkAdapterCollection Properties >

NetworkAdapterCollection.RefreshTime Property

BR.AN.PviServices .NET


Gets or sets the refresh time for searching for MAC addresses. If 0 the cyclic MAC addresses BROADCAST will not be carried out. By default cyclic scanning for MAC addresses is disabled. Best practice value is 20 x SNMP.ResponseTimeout. Minimum is 2 x SNMP.ResponseTimeout.

[Visual Basic]

Public Property RefreshTime() As Integer

  Public Get

  End Get

  Public Set

  End Set

End Property

[C#]

public int RefreshTime { public get; public set; }

Property Value

Refresh time for searching for MAC addresses.

See Also

NetworkAdapterCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]