| CommunicationServerUdpBufferSize 属性  | 
 
            获取或设置一次接收时的数据长度,默认2KB数据长度,特殊情况的时候需要调整
            Gets or sets the length of data received at a time. The default length is 2KB
            
 
        命名空间: 
     HslCommunication.Core.Net
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public int UdpBufferSize { get; set; }Public Property UdpBufferSize As Integer
	Get
	Set
public:
property int UdpBufferSize {
	int get ();
	void set (int value);
}member UdpBufferSize : int with get, set
属性值
类型:
Int32 参见
参见