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