MqttServerGetGroupFromFilePath 方法 |
根据路径信息获取到文件列表管理容器,如果返回空,表示不存在。
The file list management container is obtained according to the path information. If the return is empty, it means that it does not exist.
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public GroupFileContainer GetGroupFromFilePath(
string[] groups
)
Public Function GetGroupFromFilePath (
groups As String()
) As GroupFileContainer
public:
GroupFileContainer^ GetGroupFromFilePath(
array<String^>^ groups
)
member GetGroupFromFilePath :
groups : string[] -> GroupFileContainer
参数
- groups
- 类型:SystemString
文件路径信息
返回值
类型:
GroupFileContainer文件列表管理容器
参见