SoftBufferSetBool 方法 (Boolean, Int32) |
设置指定的位置bool值,如果超出,则丢弃数据,该位置是指按照位为单位排序的
Set the bool value at the specified position, if it is exceeded,
the data is discarded, the position refers to sorting in units of bits
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void SetBool(
bool value,
int destIndex
)
Public Sub SetBool (
value As Boolean,
destIndex As Integer
)
public:
void SetBool(
bool value,
int destIndex
)
member SetBool :
value : bool *
destIndex : int -> unit
参数
- value
- 类型:SystemBoolean
bool值 - destIndex
- 类型:SystemInt32
目标存储的索引
异常 异常 | 条件 |
---|
IndexOutOfRangeException | |
参见