MqttServerUseFileServer 方法 |
启动文件服务功能,协议头为FILE,需要指定服务器存储的文件路径
Start the file service function, the protocol header is FILE, you need to specify the file path stored by the server
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void UseFileServer(
string filePath
)
Public Sub UseFileServer (
filePath As String
)
public:
void UseFileServer(
String^ filePath
)
member UseFileServer :
filePath : string -> unit
参数
- filePath
- 类型:SystemString
文件的存储路径
参见