FileClientBaseSendFactoryGroupId 方法 |
发送三个文件分类信息到服务器端,方便后续开展其他的操作。
Send the three file classification information to the server to facilitate subsequent operations.
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected OperateResult SendFactoryGroupId(
Socket socket,
string factory,
string group,
string id
)
Protected Function SendFactoryGroupId (
socket As Socket,
factory As String,
group As String,
id As String
) As OperateResult
protected:
OperateResult^ SendFactoryGroupId(
Socket^ socket,
String^ factory,
String^ group,
String^ id
)
member SendFactoryGroupId :
socket : Socket *
factory : string *
group : string *
id : string -> OperateResult
参数
- socket
- 类型:System.Net.SocketsSocket
套接字对象 - factory
- 类型:SystemString
一级分类 - group
- 类型:SystemString
二级分类 - id
- 类型:SystemString
三级分类
返回值
类型:
OperateResult是否成功的结果对象
参见