指定是否检查站号来实例化一个对象
命名空间:
HslCommunication.Core.IMessage
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public ModbusRtuMessage(
bool stationCheck
)
Public Sub New (
stationCheck As Boolean
)
public:
ModbusRtuMessage(
bool stationCheck
)
new :
stationCheck : bool -> ModbusRtuMessage
参数
- stationCheck
- 类型:SystemBoolean
是否检查站号
参见