NetPlainSocketSocketBufferLength 属性 |
获取或设置当前的缓存区的大小信息,默认2048字节
Get or set the size information of the current cache, with a default of 2048 bytes
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public int SocketBufferLength { get; set; }
Public Property SocketBufferLength As Integer
Get
Set
public:
property int SocketBufferLength {
int get ();
void set (int value);
}
member SocketBufferLength : int with get, set
属性值
类型:
Int32
参见