Class SslModuleIdentificationDataRecord
java.lang.Object
org.apache.plc4x.java.s7.netty.model.payloads.ssls.SslModuleIdentificationDataRecord
- All Implemented Interfaces:
SslDataRecord
public class SslModuleIdentificationDataRecord extends Object implements SslDataRecord
-
Field Summary
Fields Modifier and Type Field Description static shortINDEX_BASIC_FIRMWAREstatic shortINDEX_BASIC_HARDWAREstatic shortINDEX_MODULE -
Constructor Summary
Constructors Constructor Description SslModuleIdentificationDataRecord(short index, String articleNumber, short bgType, short moduleOrOsVersion, short pgDescriptionFileVersion) -
Method Summary
Modifier and Type Method Description StringgetArticleNumber()shortgetBgType()shortgetIndex()shortgetLengthInWords()shortgetModuleOrOsVersion()shortgetPgDescriptionFileVersion()
-
Field Details
-
INDEX_MODULE
public static final short INDEX_MODULE- See Also:
- Constant Field Values
-
INDEX_BASIC_HARDWARE
public static final short INDEX_BASIC_HARDWARE- See Also:
- Constant Field Values
-
INDEX_BASIC_FIRMWARE
public static final short INDEX_BASIC_FIRMWARE- See Also:
- Constant Field Values
-
-
Constructor Details
-
SslModuleIdentificationDataRecord
public SslModuleIdentificationDataRecord(short index, String articleNumber, short bgType, short moduleOrOsVersion, short pgDescriptionFileVersion)
-
-
Method Details
-
getLengthInWords
public short getLengthInWords()- Specified by:
getLengthInWordsin interfaceSslDataRecord
-
getIndex
public short getIndex() -
getArticleNumber
-
getBgType
public short getBgType() -
getModuleOrOsVersion
public short getModuleOrOsVersion() -
getPgDescriptionFileVersion
public short getPgDescriptionFileVersion()
-