DeviceTcpNetAlienSession 属性  | 
 
            当前的异形连接对象,如果设置了异形连接的话,仅用于异形模式的情况使用
            The current alien connection object, if alien connection is set, is only used in the case of alien mode
            
 
        命名空间: 
     HslCommunication.Core.Device
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.0.3.0 (12.0.3.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实现。
            
参见