点击或拖拽改变大小

FanucPoseParseFrom 方法

从原始的字节数据创建一个新的姿态数据

命名空间:  HslCommunication.Robot.FANUC
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static FanucPose ParseFrom(
	IByteTransform byteTransform,
	byte[] content,
	int index
)

参数

byteTransform
类型:HslCommunication.CoreIByteTransform
数据解析对象
content
类型:SystemByte
原始的内容
index
类型:SystemInt32
索引位置

返回值

类型:FanucPose
姿态数据
参见