MelsecFxLinksMessage 构造函数 |
指定格式,及是否和校验实例化一个对象
命名空间:
HslCommunication.Core.IMessage
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public MelsecFxLinksMessage(
int format,
bool sumCheck
)
Public Sub New (
format As Integer,
sumCheck As Boolean
)
public:
MelsecFxLinksMessage(
int format,
bool sumCheck
)
new :
format : int *
sumCheck : bool -> MelsecFxLinksMessage
参数
- format
- 类型:SystemInt32
格式信息,1, 4 - sumCheck
- 类型:SystemBoolean
是否和校验
参见