YRCRobotData 构造函数 (YRCType, String) |
指定类型及字符串数据信息来实例化一个对象
命名空间:
HslCommunication.Robot.YASKAWA
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public YRCRobotData(
YRCType type,
string value
)
Public Sub New (
type As YRCType,
value As String
)
public:
YRCRobotData(
YRCType type,
String^ value
)
new :
type : YRCType *
value : string -> YRCRobotData
参数
- type
- 类型:HslCommunication.Robot.YASKAWAYRCType
类型信息 - value
- 类型:SystemString
字符串数据
参见