IByteTransformTransByte 方法 (Boolean) |
bool变量转化缓存数据,一般来说单bool只能转化为0x01 或是 0x00
The bool variable is converted to cache data, a single bool can only be converted to 0x01 or 0x00
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 byte[] TransByte(
bool value
)
Function TransByte (
value As Boolean
) As Byte()
array<unsigned char>^ TransByte(
bool value
)
abstract TransByte :
value : bool -> byte[]
参数
- value
- 类型:SystemBoolean
等待转化的数据
返回值
类型:
Bytebuffer数据
参见