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