BeckhoffAdsNetReadAdsStateAsync 方法 |
读取Ads设备的状态信息,其中
Content1是Ads State,
Content2是Device State
Read the status information of the Ads device, where
Content1 is the Ads State, and
Content2 is the Device State
命名空间:
HslCommunication.Profinet.Beckhoff
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.2.0.0 (12.2.0.0)
语法 public Task<OperateResult<ushort, ushort>> ReadAdsStateAsync()
Public Function ReadAdsStateAsync As Task(Of OperateResult(Of UShort, UShort))
public:
Task<OperateResult<unsigned short, unsigned short>^>^ ReadAdsStateAsync()
member ReadAdsStateAsync : unit -> Task<OperateResult<uint16, uint16>>
返回值
类型:
TaskOperateResultUInt16,
UInt16设备状态信息
参见