| NetworkAlienClientSetTrustClients 方法  | 
 
            设置可信任的客户端列表,传入一个DTU的列表信息
            Set up the list of trusted clients, passing in the list information for a DTU
            
 
        命名空间: 
     HslCommunication.Core.Net
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.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
 客户端列表
 参见
参见