<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > ModemBase Class > ModemBase Properties > ModemBase.Redial Property |
Gets or sets the maximum number of unsuccessful dialing attempts. Specifies how often it should be attempted to re-establish a broken connection. If "INFINITE" is specified, redialing continues indefinitely. A value 0 means that no attempts at redialing are made. The parameter is only relevant if PhoneNumber is set.
[Visual Basic]
<PviKeyWord(PviKeyWord:=""/MR"")> _
Public Property Redial() As Integer
Public Get
End Get
Public Set
End Set
End Property
[C#]
[PviKeyWord(PviKeyWord=""/MR"")]
public int Redial { public get; public set; }
Redial
ModemBase Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]