YRCHighEthernetWriteDoubleIntegerVariable 方法 (UInt16, Int32) | 
 
            将单个的数据写入到双精度整型变量去,地址范围:0 ~ 99( 标准设定时)
            
 
        命名空间: 
     HslCommunication.Robot.YASKAWA
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public OperateResult WriteDoubleIntegerVariable(
	ushort address,
	int value
)
Public Function WriteDoubleIntegerVariable ( 
	address As UShort,
	value As Integer
) As OperateResult
public:
OperateResult^ WriteDoubleIntegerVariable(
	unsigned short address, 
	int value
)
member WriteDoubleIntegerVariable : 
        address : uint16 * 
        value : int -> OperateResult 
参数
- address
 - 类型:SystemUInt16
地址范围:0 ~ 99( 标准设定时) - value
 - 类型:SystemInt32
等待写入的值 
返回值
类型:
OperateResult是否写入成功
参见