NetworkAlienClientSetTrustClients 方法 |
设置可信任的客户端列表,传入一个DTU的列表信息
Set up the list of trusted clients, passing in the list information for a DTU
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void SetTrustClients(
string[] clients
)
Public Sub SetTrustClients (
clients As String()
)
public:
void SetTrustClients(
array<String^>^ clients
)
member SetTrustClients :
clients : string[] -> unit
参数
- clients
- 类型:SystemString
客户端列表
参见