PipeDebugRemoteClientKey 属性 |
获取或设置客户端的key信息,用于调试服务器区分不同的客户端,这样就支持多个客户端连接到同一个服务器,默认是0
Get or set the client's key information, used to distinguish different clients in the debug server, so that multiple clients can connect to the same server, the default is 0
命名空间:
HslCommunication.Core.Pipe
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法public ushort ClientKey { get; set; }
Public Property ClientKey As UShort
Get
Set
public:
property unsigned short ClientKey {
unsigned short get ();
void set (unsigned short value);
}
member ClientKey : uint16 with get, set
属性值
类型:
UInt16
参见