ModBusMonitorAddressSetChangeValue 方法 |
强制设置触发值变更事件
命名空间:
HslCommunication.ModBus
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void SetChangeValue(
short before,
short after
)
Public Sub SetChangeValue (
before As Short,
after As Short
)
public:
void SetChangeValue(
short before,
short after
)
member SetChangeValue :
before : int16 *
after : int16 -> unit
参数
- before
- 类型:SystemInt16
变更前的值 - after
- 类型:SystemInt16
变更后的值
参见