YRCHighEthernetReadDoubleIntegerVariable 方法 (UInt16) |
读取单个的双精度整型变量数据,地址范围:0 ~ 99( 标准设定时)
命名空间:
HslCommunication.Robot.YASKAWA
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult<int> ReadDoubleIntegerVariable(
ushort address
)
Public Function ReadDoubleIntegerVariable (
address As UShort
) As OperateResult(Of Integer)
public:
OperateResult<int>^ ReadDoubleIntegerVariable(
unsigned short address
)
member ReadDoubleIntegerVariable :
address : uint16 -> OperateResult<int>
参数
- address
- 类型:SystemUInt16
0 ~ 99( 标准设定时)
返回值
类型:
OperateResultInt32读取结果对象
参见