Package nts.NTSKERecords
Class Warning
java.lang.Object
nts.NTSKERecords.NTSKERecord
nts.NTSKERecords.Warning
-
Field Summary
Fields inherited from class nts.NTSKERecords.NTSKERecord
bodyLength, criticalBit, recordBody, recordType, recordType_raw -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class nts.NTSKERecords.NTSKERecord
toBytes, toByteString, toString
-
Constructor Details
-
Warning
public Warning(int warningCode) Constructor for Warning record with default values. -
Warning
public Warning(byte[] rawRecord) Constructor for Warning record from a raw byte array. Verifies that the values are correct.- Parameters:
rawRecord- the raw byte array containing the record data.
-