获取或设置当前缓冲区的大小,以字节为单位,默认 2048
Gets or sets the size of the current buffer, in bytes, with a default of 2048
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int CacheSize { get; set; }
Public Property CacheSize As Integer
Get
Set
public:
property int CacheSize {
int get ();
void set (int value);
}
member CacheSize : int with get, set
属性值
类型:
Int32参见