| ToolInformation 构造函数 (Byte, IByteTransform) | 
 
            指定内存数据来初始化对象
            
 
        命名空间: 
     HslCommunication.CNC.Fanuc
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public ToolInformation(
	byte[] content,
	IByteTransform byteTransform
)
Public Sub New ( 
	content As Byte(),
	byteTransform As IByteTransform
)
public:
ToolInformation(
	array<unsigned char>^ content, 
	IByteTransform^ byteTransform
)
new : 
        content : byte[] * 
        byteTransform : IByteTransform -> ToolInformation参数
- content
- 类型:SystemByte
 机床返回的数据
- byteTransform
- 类型:HslCommunication.CoreIByteTransform
 字节变换规则
 参见
参见