RegularByteTransformTransByte 方法 (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.1.2.0 (12.1.2.0)
语法 public virtual byte[] TransByte(
int value
)
Public Overridable Function TransByte (
value As Integer
) As Byte()
public:
virtual array<unsigned char>^ TransByte(
int value
)
abstract TransByte :
value : int -> byte[]
override TransByte :
value : int -> byte[]
参数
- value
- 类型:SystemInt32
等待转化的数据
返回值
类型:
Bytebuffer数据
实现
IByteTransformTransByte(Int32)参见