public class ExtendedInformationSegment extends SmfData
Modifier and Type | Class and Description |
---|---|
static class |
ExtendedInformationSegment.ExtendedInformationSegmentType |
Modifier and Type | Field and Description |
---|---|
static int |
SMF14ADC
Constant: 0x05 = 5
|
static int |
SMF14AV4
Constant: 0x04 = 4
|
static int |
SMF14DENCR
Constant: 0x09 = 9
|
static int |
SMF14KEKL
Constant: 0x07 = 7
|
static int |
SMF14PDSE
Constant: 0x06 = 6
|
static int |
SMF14RAS8
Constant: 0x08 = 8
|
static int |
SMF14SMS
Constant: 0x02 = 2
|
static int |
SMF14STP
Constant: 0x03 = 3
|
static int |
SMF14XDS
Constant: 0x01 = 1
|
Modifier and Type | Method and Description |
---|---|
static ExtendedInformationSegment |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
smf14adc()
Return true if
smf14sty() equals SMF14ADC . |
boolean |
smf14av4()
Return true if
smf14sty() equals SMF14AV4 . |
boolean |
smf14dencr()
Return true if
smf14sty() equals SMF14DENCR . |
int |
smf14esl()
SMF14ESL value.
|
boolean |
smf14kekl()
Return true if
smf14sty() equals SMF14KEKL . |
boolean |
smf14pdse()
Return true if
smf14sty() equals SMF14PDSE . |
boolean |
smf14ras8()
Return true if
smf14sty() equals SMF14RAS8 . |
boolean |
smf14sms()
Return true if
smf14sty() equals SMF14SMS . |
boolean |
smf14stp()
Return true if
smf14sty() equals SMF14STP . |
int |
smf14sty()
SMF14STY value.
|
boolean |
smf14xds()
Return true if
smf14sty() equals SMF14XDS . |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF14XDS
public static final int SMF14SMS
public static final int SMF14STP
public static final int SMF14AV4
public static final int SMF14ADC
public static final int SMF14PDSE
public static final int SMF14KEKL
public static final int SMF14RAS8
public static final int SMF14DENCR
public int smf14esl()
public int smf14sty()
public boolean smf14xds()
smf14sty()
equals SMF14XDS
.smf14sty()
equals SMF14XDS
SMF14XDS = 0x01
public boolean smf14sms()
smf14sty()
equals SMF14SMS
.smf14sty()
equals SMF14SMS
SMF14SMS = 0x02
public boolean smf14stp()
smf14sty()
equals SMF14STP
.smf14sty()
equals SMF14STP
SMF14STP = 0x03
public boolean smf14av4()
smf14sty()
equals SMF14AV4
.smf14sty()
equals SMF14AV4
SMF14AV4 = 0x04
public boolean smf14adc()
smf14sty()
equals SMF14ADC
.smf14sty()
equals SMF14ADC
SMF14ADC = 0x05
public boolean smf14pdse()
smf14sty()
equals SMF14PDSE
.smf14sty()
equals SMF14PDSE
SMF14PDSE = 0x06
public boolean smf14kekl()
smf14sty()
equals SMF14KEKL
.smf14sty()
equals SMF14KEKL
SMF14KEKL = 0x07
public boolean smf14ras8()
smf14sty()
equals SMF14RAS8
.smf14sty()
equals SMF14RAS8
SMF14RAS8 = 0x08
public boolean smf14dencr()
smf14sty()
equals SMF14DENCR
.smf14sty()
equals SMF14DENCR
SMF14DENCR = 0x09
public static ExtendedInformationSegment 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.