MelsecFxSerialOverTcpIsNewVersion 属性 |
当前的编程口协议是否为新版,默认为新版,如果无法读取,切换旧版再次尝试
Whether the current programming port protocol is the new version, the default is the new version,
if it cannot be read, switch to the old version and try again
命名空间:
HslCommunication.Profinet.Melsec
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool IsNewVersion { get; set; }
Public Property IsNewVersion As Boolean
Get
Set
public:
property bool IsNewVersion {
bool get ();
void set (bool value);
}
member IsNewVersion : bool with get, set
属性值
类型:
Boolean参见