YokogawaLinkTcpBuildReadSpecialModule 方法 (Byte, Byte, Byte, UInt16, UInt16) |
构建读取特殊模块的命令报文
命名空间:
HslCommunication.Profinet.Yokogawa
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static List<byte[]> BuildReadSpecialModule(
byte cpu,
byte moduleUnit,
byte moduleSlot,
ushort dataPosition,
ushort length
)
Public Shared Function BuildReadSpecialModule (
cpu As Byte,
moduleUnit As Byte,
moduleSlot As Byte,
dataPosition As UShort,
length As UShort
) As List(Of Byte())
public:
static List<array<unsigned char>^>^ BuildReadSpecialModule(
unsigned char cpu,
unsigned char moduleUnit,
unsigned char moduleSlot,
unsigned short dataPosition,
unsigned short length
)
static member BuildReadSpecialModule :
cpu : byte *
moduleUnit : byte *
moduleSlot : byte *
dataPosition : uint16 *
length : uint16 -> List<byte[]>
参数
- cpu
- 类型:SystemByte
Cpu Number - moduleUnit
- 类型:SystemByte
模块单元号 - moduleSlot
- 类型:SystemByte
模块站号 - dataPosition
- 类型:SystemUInt16
数据位置 - length
- 类型:SystemUInt16
长度信息
返回值
类型:
ListByte原始的报文命令
参见