| LSFastEnetReadByteAsync 方法  | 
 
            Read single byte value from plc
            
 
        命名空间: 
     HslCommunication.Profinet.LSIS
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public Task<OperateResult<byte>> ReadByteAsync(
	string address
)
Public Function ReadByteAsync ( 
	address As String
) As Task(Of OperateResult(Of Byte))
public:
Task<OperateResult<unsigned char>^>^ ReadByteAsync(
	String^ address
)
member ReadByteAsync : 
        address : string -> Task<OperateResult<byte>> 
参数
- address
- 类型:SystemString
 Start address
返回值
类型:
TaskOperateResultByteWhether to write the successful
 参见
参见