SoftBufferGetInt16 方法 (Int32) |
获取short类型的数据到缓存区
Get short data to the cache
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public short GetInt16(
int index
)
Public Function GetInt16 (
index As Integer
) As Short
public:
short GetInt16(
int index
)
member GetInt16 :
index : int -> int16
参数
- index
- 类型:SystemInt32
索引位置
返回值
类型:
Int16short数据
参见