public final class StateData extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF89T2_BoostClass_IPL
Constant: 0x01 = 1
|
static int |
SMF89T2_BoostClass_Mask
Constant: 0x07 = 7
|
static int |
SMF89T2_BoostClass_RP
Constant: 0x03 = 3
|
static int |
SMF89T2_BoostClass_ShutDown
Constant: 0x02 = 2
|
static int |
SMF89T2_SpeedBoost_Active
Constant: 0x40 = 64
|
static int |
SMF89T2_zIIPBoost_Active
Constant: 0x80 = 128
|
static int |
SMF89T2ENABLED
Constant: 0x40 = 64
|
static int |
SMF89T2LICENSEDUNDERPROD
Constant: 0x01 = 1
|
static int |
SMF89T2NOREPORT
Constant: 0x02 = 2
|
static int |
SMF89T2NOTDEFINED
Constant: 0x80 = 128
|
static int |
SMF89T2REGENTRY
Constant: 0x08 = 8
|
static int |
SMF89T2STATEENTRY
Constant: 0x04 = 4
|
Modifier and Type | Method and Description |
---|---|
static StateData |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
smf89t2BoostClassIpl()
Return true if
smf89t2BoostInfo() masked by SMF89T2_BoostClass_Mask equals SMF89T2_BoostClass_IPL . |
boolean |
smf89t2BoostClassRp()
Return true if
smf89t2BoostInfo() masked by SMF89T2_BoostClass_Mask equals SMF89T2_BoostClass_RP . |
boolean |
smf89t2BoostClassShutdown()
Return true if
smf89t2BoostInfo() masked by SMF89T2_BoostClass_Mask equals SMF89T2_BoostClass_ShutDown . |
int |
smf89t2BoostInfo()
SMF89T2_BoostInfo value.
|
boolean |
smf89t2enabled()
Return true if
SMF89T2ENABLED bit in smf89t2flags() is set. |
String |
smf89t2featurename()
SMF89T2FEATURENAME value.
|
int |
smf89t2flags()
SMF89T2FLAGS value.
|
boolean |
smf89t2licensedunderprod()
Return true if
SMF89T2LICENSEDUNDERPROD bit in smf89t2flags() is set. |
boolean |
smf89t2noreport()
Return true if
SMF89T2NOREPORT bit in smf89t2flags() is set. |
boolean |
smf89t2notdefined()
Return true if
SMF89T2NOTDEFINED bit in smf89t2flags() is set. |
long |
smf89t2numcurrentinstances()
SMF89T2NUMCURRENTINSTANCES value.
|
long |
smf89t2numinstances()
SMF89T2NUMINSTANCES value.
|
long |
smf89t2numinstancesintrgs()
SMF89T2NUMINSTANCESINTRGS value.
|
long |
smf89t2numnewregistrations()
SMF89T2NUMNEWREGISTRATIONS value.
|
long |
smf89t2numnewtrgregistrations()
SMF89T2NUMNEWTRGREGISTRATIONS value.
|
String |
smf89t2prodid()
SMF89T2PRODID value.
|
String |
smf89t2prodmod()
SMF89T2PRODMOD value.
|
String |
smf89t2prodname()
SMF89T2PRODNAME value.
|
String |
smf89t2prodowner()
SMF89T2PRODOWNER value.
|
String |
smf89t2prodrel()
SMF89T2PRODREL value.
|
String |
smf89t2prodvers()
SMF89T2PRODVERS value.
|
boolean |
smf89t2regentry()
Return true if
SMF89T2REGENTRY bit in smf89t2flags() is set. |
boolean |
smf89t2SpeedBoostActive()
Return true if
SMF89T2_SpeedBoost_Active bit in smf89t2BoostInfo() is set. |
boolean |
smf89t2stateentry()
Return true if
SMF89T2STATEENTRY bit in smf89t2flags() is set. |
boolean |
smf89t2ziipBoostActive()
Return true if
SMF89T2_zIIPBoost_Active bit in smf89t2BoostInfo() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF89T2NOTDEFINED
public static final int SMF89T2ENABLED
public static final int SMF89T2REGENTRY
public static final int SMF89T2STATEENTRY
public static final int SMF89T2NOREPORT
public static final int SMF89T2LICENSEDUNDERPROD
public static final int SMF89T2_zIIPBoost_Active
public static final int SMF89T2_SpeedBoost_Active
public static final int SMF89T2_BoostClass_Mask
public static final int SMF89T2_BoostClass_IPL
public static final int SMF89T2_BoostClass_ShutDown
public static final int SMF89T2_BoostClass_RP
public String smf89t2prodowner()
public String smf89t2prodname()
public String smf89t2featurename()
public String smf89t2prodvers()
public String smf89t2prodrel()
public String smf89t2prodmod()
public String smf89t2prodid()
public int smf89t2flags()
public boolean smf89t2notdefined()
SMF89T2NOTDEFINED
bit in smf89t2flags()
is set.SMF89T2NOTDEFINED = 0x80
public boolean smf89t2enabled()
SMF89T2ENABLED
bit in smf89t2flags()
is set.SMF89T2ENABLED = 0x40
public boolean smf89t2regentry()
SMF89T2REGENTRY
bit in smf89t2flags()
is set.SMF89T2REGENTRY = 0x08
public boolean smf89t2stateentry()
SMF89T2STATEENTRY
bit in smf89t2flags()
is set.SMF89T2STATEENTRY = 0x04
public boolean smf89t2noreport()
SMF89T2NOREPORT
bit in smf89t2flags()
is set.SMF89T2NOREPORT = 0x02
public boolean smf89t2licensedunderprod()
SMF89T2LICENSEDUNDERPROD
bit in smf89t2flags()
is set.SMF89T2LICENSEDUNDERPROD = 0x01
public int smf89t2BoostInfo()
public boolean smf89t2ziipBoostActive()
SMF89T2_zIIPBoost_Active
bit in smf89t2BoostInfo()
is set.SMF89T2_zIIPBoost_Active = 0x80
public boolean smf89t2SpeedBoostActive()
SMF89T2_SpeedBoost_Active
bit in smf89t2BoostInfo()
is set.SMF89T2_SpeedBoost_Active = 0x40
public boolean smf89t2BoostClassIpl()
smf89t2BoostInfo()
masked by SMF89T2_BoostClass_Mask equals SMF89T2_BoostClass_IPL
.smf89t2BoostInfo()
& SMF89T2_BoostClass_Mask equals SMF89T2_BoostClass_IPL
SMF89T2_BoostClass_IPL = 0x01
public boolean smf89t2BoostClassShutdown()
smf89t2BoostInfo()
masked by SMF89T2_BoostClass_Mask equals SMF89T2_BoostClass_ShutDown
.smf89t2BoostInfo()
& SMF89T2_BoostClass_Mask equals SMF89T2_BoostClass_ShutDown
SMF89T2_BoostClass_ShutDown = 0x02
public boolean smf89t2BoostClassRp()
smf89t2BoostInfo()
masked by SMF89T2_BoostClass_Mask equals SMF89T2_BoostClass_RP
.smf89t2BoostInfo()
& SMF89T2_BoostClass_Mask equals SMF89T2_BoostClass_RP
SMF89T2_BoostClass_RP = 0x03
public long smf89t2numinstances()
public long smf89t2numcurrentinstances()
public long smf89t2numinstancesintrgs()
public long smf89t2numnewregistrations()
public long smf89t2numnewtrgregistrations()
public static StateData 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.