| MelsecFxLinksHelperBuildReadPlcType 方法  | 
 
            创建读取PLC类型的命令报文
            
 
        命名空间: 
     HslCommunication.Profinet.Melsec.Helper
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public static OperateResult<byte[]> BuildReadPlcType(
	byte station,
	byte waitTime = 0
)
Public Shared Function BuildReadPlcType ( 
	station As Byte,
	Optional waitTime As Byte = 0
) As OperateResult(Of Byte())
public:
static OperateResult<array<unsigned char>^>^ BuildReadPlcType(
	unsigned char station, 
	unsigned char waitTime = 0
)
static member BuildReadPlcType : 
        station : byte * 
        ?waitTime : byte 
(* Defaults:
        let _waitTime = defaultArg waitTime 0
*)
-> OperateResult<byte[]> 
参数
- station
- 类型:SystemByte
 站号信息
- waitTime (Optional)
- 类型:SystemByte
 等待实际
返回值
类型:
OperateResultByte命令报文的结果内容对象
 参见
参见