ModemBase.RedialTimeout Property

<< 点击显示目录 >>

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

ModemBase.RedialTimeout Property

BR.AN.PviServices .NET


Gets or sets the timeout for redialing in seconds. If a dialing attempt fails, then this time interval is always observed before another attempt is made. DEFAULT = 60.

[Visual Basic]

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

Public Property RedialTimeout() As Integer

  Public Get

  End Get

  Public Set

  End Set

End Property

[C#]

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

public int RedialTimeout { public get; public set; }

Property Value

RedialTimeout

See Also

ModemBase Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]