NetworkDoubleBaseAlienSession 属性 |
当前的异形连接对象,如果设置了异形连接的话,仅用于异形模式的情况使用
The current alien connection object, if alien connection is set, is only used in the case of alien mode
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public AlienSession AlienSession { get; set; }
Public Property AlienSession As AlienSession
Get
Set
public:
property AlienSession^ AlienSession {
AlienSession^ get ();
void set (AlienSession^ value);
}
member AlienSession : AlienSession with get, set
属性值
类型:
AlienSession备注
具体的使用方法请参照Demo项目中的异形modbus实现。
参见