| DLT645HelperReadAddressAsync 方法  | 
 
            读取设备的通信地址,仅支持点对点通讯的情况,返回地址域数据,例如:149100007290
            Read the communication address of the device, only support point-to-point communication, and return the address field data, for example: 149100007290
            
 
        命名空间: 
     HslCommunication.Instrument.DLT.Helper
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public static Task<OperateResult<string>> ReadAddressAsync(
	IDlt645 dlt
)
Public Shared Function ReadAddressAsync ( 
	dlt As IDlt645
) As Task(Of OperateResult(Of String))
public:
static Task<OperateResult<String^>^>^ ReadAddressAsync(
	IDlt645^ dlt
)
static member ReadAddressAsync : 
        dlt : IDlt645 -> Task<OperateResult<string>> 
参数
- dlt
- 类型:HslCommunication.Instrument.DLT.HelperIDlt645
 DLT通信对象
返回值
类型:
TaskOperateResultString设备的通信地址
 参见
参见