| LSFastEnetBuildReadIndividualCommand 方法 (Byte, String) | 
 
            Multi reading address Type of Read Individual
            
 
        命名空间: 
     HslCommunication.Profinet.LSIS
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public static OperateResult<byte[]> BuildReadIndividualCommand(
	byte dataType,
	string address
)
Public Shared Function BuildReadIndividualCommand ( 
	dataType As Byte,
	address As String
) As OperateResult(Of Byte())
public:
static OperateResult<array<unsigned char>^>^ BuildReadIndividualCommand(
	unsigned char dataType, 
	String^ address
)
static member BuildReadIndividualCommand : 
        dataType : byte * 
        address : string -> OperateResult<byte[]> 
参数
- dataType
- 类型:SystemByte
 dataType bit:0x04, byte:0x01, word:0x02, dword:0x03, lword:0x04, continuous:0x14
- address
- 类型:SystemString
 [缺少 "M:HslCommunication.Profinet.LSIS.LSFastEnet.BuildReadIndividualCommand(System.Byte,System.String)" 的 <param name="address"/> 文档] 
返回值
类型:
OperateResultByteRead Individual Command
 参见
参见