OmronHostLinkResponseWaitTime 属性 |
The response wait time sets the time from when the CPU Unit receives a command block until it starts
to return a response.It can be set from 0 to F in hexadecimal, in units of 10 ms.
If F(15) is set, the response will begin to be returned 150 ms (15 × 10 ms) after the command block was received.
命名空间:
HslCommunication.Profinet.Omron
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public byte ResponseWaitTime { get; set; }
Public Property ResponseWaitTime As Byte
Get
Set
public:
virtual property unsigned char ResponseWaitTime {
unsigned char get () sealed;
void set (unsigned char value) sealed;
}
abstract ResponseWaitTime : byte with get, set
override ResponseWaitTime : byte with get, set
属性值
类型:
Byte实现
IHostLinkResponseWaitTime参见