点击或拖拽改变大小

FileClientBaseSendFactoryGroupId 方法

发送三个文件分类信息到服务器端,方便后续开展其他的操作。
Send the three file classification information to the server to facilitate subsequent operations.

命名空间:  HslCommunication.Enthernet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
protected OperateResult SendFactoryGroupId(
	Socket socket,
	string factory,
	string group,
	string id
)

参数

socket
类型:System.Net.SocketsSocket
套接字对象
factory
类型:SystemString
一级分类
group
类型:SystemString
二级分类
id
类型:SystemString
三级分类

返回值

类型:OperateResult
是否成功的结果对象
参见