| RegularByteTransformTransByte 方法 (Int16) | 
 
            short变量转化缓存数据,一个short数据可以转为2个字节的byte数组
            Short variable is converted to cache data, a short data can be converted into a 2-byte byte array
            
 
        命名空间: 
     HslCommunication.Core
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public virtual byte[] TransByte(
	short value
)
Public Overridable Function TransByte ( 
	value As Short
) As Byte()
public:
virtual array<unsigned char>^ TransByte(
	short value
)
abstract TransByte : 
        value : int16 -> byte[] 
override TransByte : 
        value : int16 -> byte[] 参数
- value
- 类型:SystemInt16
 等待转化的数据
返回值
类型:
Bytebuffer数据
实现
IByteTransformTransByte(Int16) 参见
参见