| 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 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法byte[] TransByte(
	int value
)
Function TransByte ( 
	value As Integer
) As Byte()
array<unsigned char>^ TransByte(
	int value
)
abstract TransByte : 
        value : int -> byte[] 
参数
- value
- 类型:SystemInt32
 等待转化的数据
返回值
类型:
Bytebuffer数据
 参见
参见