获取当前的服务器是TCP的服务器还是UDP的服务器
Gets whether the current server is a TCP server or a UDP server
命名空间:
HslCommunication.Core.Device
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.0.0 (12.1.0.0)
语法 public bool IsTcpMode { get; }
Public ReadOnly Property IsTcpMode As Boolean
Get
public:
property bool IsTcpMode {
bool get ();
}
member IsTcpMode : bool with get
属性值
类型:
Boolean参见