YokogawaLinkTcpBuildReadRandomCommand 方法 |
构建随机读取的原始报文的初始命令
命名空间:
HslCommunication.Profinet.Yokogawa
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult<List<byte[]>> BuildReadRandomCommand(
byte cpu,
string[] address,
bool isBit
)
Public Shared Function BuildReadRandomCommand (
cpu As Byte,
address As String(),
isBit As Boolean
) As OperateResult(Of List(Of Byte()))
public:
static OperateResult<List<array<unsigned char>^>^>^ BuildReadRandomCommand(
unsigned char cpu,
array<String^>^ address,
bool isBit
)
static member BuildReadRandomCommand :
cpu : byte *
address : string[] *
isBit : bool -> OperateResult<List<byte[]>>
参数
- cpu
- 类型:SystemByte
Cpu Number - address
- 类型:SystemString
实际的数据地址信息 - isBit
- 类型:SystemBoolean
是否是位读取
返回值
类型:
OperateResultListByte实际的读取的报文信息
参见