点击或拖拽改变大小

HyundaiUdpNetWrite 方法

将指定的命令写入机器人,该命令是完全自定义的,需要遵循机器人的通讯协议,在写入之前,需要调用ServerStart(Int32) 方法
Write the specified command to the robot. The command is completely customized and needs to follow the robot's communication protocol. Before writing, you need to call the ServerStart(Int32)

命名空间:  HslCommunication.Robot.Hyundai
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public OperateResult Write(
	HyundaiData data
)

参数

data
类型:HslCommunication.Robot.HyundaiHyundaiData
机器人数据

返回值

类型:OperateResult
是否写入成功
参见