| DLT645OverTcpWriteAddressAsync 方法  | 
 
            写入设备的地址域信息,仅支持点对点通讯的情况,需要指定地址域信息,例如:149100007290
            Write the address domain information of the device, only support point-to-point communication, 
            you need to specify the address domain information, for example: 149100007290
            
 
        命名空间: 
     HslCommunication.Instrument.DLT
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public Task<OperateResult> WriteAddressAsync(
	string address
)
Public Function WriteAddressAsync ( 
	address As String
) As Task(Of OperateResult)
public:
Task<OperateResult^>^ WriteAddressAsync(
	String^ address
)
member WriteAddressAsync : 
        address : string -> Task<OperateResult> 
参数
- address
- 类型:SystemString
 等待写入的地址域
返回值
类型:
TaskOperateResult是否写入成功
 参见
参见