public final class IdentityRecord extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
MNI_HDR_LENGTH
Constant: 0x20 = 32
|
static int |
MNI_ID_EQUATE
Constant: 0x33 = 51
|
static int |
MNI_VERSION
Constant: 0x01 = 1
|
Modifier and Type | Method and Description |
---|---|
static IdentityRecord |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
List<MniDataEntry> |
dataEntries()
Get a List containing Identification Data Entries from the record
|
List<MniIdentificationData> |
identificationData()
Get a List containing Identification Data Entries from the record
|
int |
mniDsectVers()
MNI_DSECT_VERS value.
|
int |
mniDsl()
MNI_DSL value.
|
int |
mniDsn()
MNI_DSN value.
|
int |
mniDso()
MNI_DSO value.
|
int |
mniHdrlen()
MNI_HDRLEN value.
|
int |
mniId()
MNI_ID value.
|
int |
mniIsl()
MNI_ISL value.
|
int |
mniIsn()
MNI_ISN value.
|
int |
mniIso()
MNI_ISO value.
|
int |
mniLength()
MNI_LENGTH value.
|
int |
mniTrn()
MNI_TRN value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int MNI_ID_EQUATE
public static final int MNI_VERSION
public static final int MNI_HDR_LENGTH
public List<MniIdentificationData> identificationData()
public List<MniDataEntry> dataEntries()
public int mniLength()
public int mniId()
public int mniDsectVers()
public int mniHdrlen()
public int mniTrn()
public int mniIso()
public int mniIsl()
public int mniIsn()
public int mniDso()
public int mniDsl()
public int mniDsn()
public static IdentityRecord create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.