<< Click to Display Table of Contents >> Navigation: »No topics above this level« Cpu.ResponseTimeout Property |
Gets or sets the Response timeout in milliseconds. This parameter is part of the connection object! So when changing the connection object the ResponseTimout will change too although the parameter is a member of the CPU object!! If you want to change the ResponseTimeout, you will have to set the device object before!! 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]
Public Property ResponseTimeout() As Integer
Public Get
End Get
Public Set
End Set
End Property
[C#]
public int ResponseTimeout { public get; public set; }
ResponseTimeout for CPU object.
Cpu Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]