从实际机器人读取到的数据解析出真实的机器人信息。
命名空间:
HslCommunication.Robot.YASKAWA
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void Parse(
YRCType type,
string value
)
Public Sub Parse (
type As YRCType,
value As String
)
public:
void Parse(
YRCType type,
String^ value
)
member Parse :
type : YRCType *
value : string -> unit
参数
- type
- 类型:HslCommunication.Robot.YASKAWAYRCType
机器人类型 - value
- 类型:SystemString
值
参见