DeviceBase.ResponseTimeout Property

<< 点击显示目录 >>

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

DeviceBase.ResponseTimeout Property

BR.AN.PviServices .NET


Gets or sets the Response timeout in milliseconds. If a response to a sent frame is not received with this time, then the frame is transferred again. After the third retry, the connection is deemed cancelled. The time in which an interrupted connection is detected is a result of the Response Timeout * 4.

[Visual Basic]

<PviCpuParameter> _

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

Public Property ResponseTimeout() As Integer

  Public Get

  End Get

  Public Set

  End Set

End Property

[C#]

[PviCpuParameter]

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

public int ResponseTimeout { public get; public set; }

Property Value

ResponseTimeout for CPU object.

See Also

DeviceBase Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]