点击或拖拽改变大小

IByteTransformTransByte 方法 (Int32)

int变量转化缓存数据,一个int数据可以转为4个字节的byte数组
Int variable converts cache data, an int data can be converted into a 4-byte byte array

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
byte[] TransByte(
	int value
)

参数

value
类型:SystemInt32
等待转化的数据

返回值

类型:Byte
buffer数据
参见