FanucHelperBulidReadData 方法 |
构建读取数据的报文内容
命名空间:
HslCommunication.Robot.FANUC
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] BulidReadData(
byte sel,
ushort address,
ushort length
)
Public Shared Function BulidReadData (
sel As Byte,
address As UShort,
length As UShort
) As Byte()
public:
static array<unsigned char>^ BulidReadData(
unsigned char sel,
unsigned short address,
unsigned short length
)
static member BulidReadData :
sel : byte *
address : uint16 *
length : uint16 -> byte[]
参数
- sel
- 类型:SystemByte
数据类别 - address
- 类型:SystemUInt16
偏移地址 - length
- 类型:SystemUInt16
长度
返回值
类型:
Byte报文内容
参见