FujiSPHNetBuildReadCommand 方法 (Byte, String, UInt16) | 
 
            构建读取数据的命令报文
            
 
        命名空间: 
     HslCommunication.Profinet.Fuji
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public static OperateResult<List<byte[]>> BuildReadCommand(
	byte connectionId,
	string address,
	ushort length
)
Public Shared Function BuildReadCommand ( 
	connectionId As Byte,
	address As String,
	length As UShort
) As OperateResult(Of List(Of Byte()))
public:
static OperateResult<List<array<unsigned char>^>^>^ BuildReadCommand(
	unsigned char connectionId, 
	String^ address, 
	unsigned short length
)
static member BuildReadCommand : 
        connectionId : byte * 
        address : string * 
        length : uint16 -> OperateResult<List<byte[]>> 
参数
- connectionId
 - 类型:SystemByte
连接ID - address
 - 类型:SystemString
读取的PLC的地址 - length
 - 类型:SystemUInt16
读取的长度信息,按照字为单位 
返回值
类型:
OperateResultListByte构建成功的读取报文命令
参见