DeviceServerBothModeUdpPort 属性 |
当服务器同时启动TCP及UDP服务的时候,获取当前的UDP服务的端口号
When the server starts TCP and UDP services at the same time, it obtains the port number of the current UDP service
命名空间:
HslCommunication.Core.Device
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int BothModeUdpPort { get; }
Public ReadOnly Property BothModeUdpPort As Integer
Get
public:
property int BothModeUdpPort {
int get ();
}
member BothModeUdpPort : int with get
属性值
类型:
Int32参见