点击或拖拽改变大小

FanucOperatorMessageCreateMessage 方法

创建一个fanuc的操作消息对象

命名空间:  HslCommunication.CNC.Fanuc
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static FanucOperatorMessage CreateMessage(
	IByteTransform byteTransform,
	byte[] buffer,
	Encoding encoding
)

参数

byteTransform
类型:HslCommunication.CoreIByteTransform
数据变换对象
buffer
类型:SystemByte
读取的数据缓存信息
encoding
类型:System.TextEncoding
解析的编码信息

返回值

类型:FanucOperatorMessage
fanuc设备的操作信息
参见