FujiCommandSettingTypeBuildReadCommand 方法 |
构建读取的报文指令
命名空间:
HslCommunication.Profinet.Fuji
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.2.0.0 (12.2.0.0)
语法 public static OperateResult<byte[]> BuildReadCommand(
string address,
ushort length
)
Public Shared Function BuildReadCommand (
address As String,
length As UShort
) As OperateResult(Of Byte())
public:
static OperateResult<array<unsigned char>^>^ BuildReadCommand(
String^ address,
unsigned short length
)
static member BuildReadCommand :
address : string *
length : uint16 -> OperateResult<byte[]>
参数
- address
- 类型:SystemString
PLC的地址信息 - length
- 类型:SystemUInt16
读取的长度信息
返回值
类型:
OperateResultByte报文构建的结果对象
参见