获取byte类型的数据
Get byte data
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public byte GetByte(
int index
)
Public Function GetByte (
index As Integer
) As Byte
public:
unsigned char GetByte(
int index
)
member GetByte :
index : int -> byte
参数
- index
- 类型:SystemInt32
索引位置
返回值
类型:
Bytebyte数值
参见