Package com.blackhillsoftware.smf.smf30
Class SubsystemSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf30.SubsystemSection
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x40 = 64static final intConstant: 0x20 = 32static final intConstant: 0x80 = 128 -
Method Summary
Modifier and TypeMethodDescriptionstatic SubsystemSectioncreate(byte[] Data, int offset, int length) create is intended for internal use only.booleanReturn true ifSMF30_CrypCtrs_Activebit insmf30pflags()is set.booleanReturn true ifSMF30_NNPICtrs_Activebit insmf30pflags()is set.smf30osl()SMF30OSL value.intSMF30PFlags value.smf30pnm()SMF30PNM value.smf30rvn()SMF30RVN value.smf30syn()SMF30SYN value.smf30syp()SMF30SYP value.intsmf30typ()SMF30TYP value.booleanReturn true ifSMF30_zCBPbit insmf30pflags()is set.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF30_zCBP
public static final int SMF30_zCBPConstant: 0x80 = 128- See Also:
-
SMF30_CrypCtrs_Active
public static final int SMF30_CrypCtrs_ActiveConstant: 0x40 = 64- See Also:
-
SMF30_NNPICtrs_Active
public static final int SMF30_NNPICtrs_ActiveConstant: 0x20 = 32- See Also:
-
-
Method Details
-
smf30typ
public int smf30typ()SMF30TYP value.- Returns:
- int SMF30TYP value
-
smf30pflags
public int smf30pflags()SMF30PFlags value.- Returns:
- int SMF30PFlags value
-
smf30Zcbp
public boolean smf30Zcbp()Return true ifSMF30_zCBPbit insmf30pflags()is set.- Returns:
- boolean SMF30_zCBP bit is set in smf30pflags()
SMF30_zCBP = 0x80
-
smf30CrypCtrsActive
public boolean smf30CrypCtrsActive()Return true ifSMF30_CrypCtrs_Activebit insmf30pflags()is set.- Returns:
- boolean SMF30_CrypCtrs_Active bit is set in smf30pflags()
SMF30_CrypCtrs_Active = 0x40
-
smf30NnpiCtrsActive
public boolean smf30NnpiCtrsActive()Return true ifSMF30_NNPICtrs_Activebit insmf30pflags()is set.- Returns:
- boolean SMF30_NNPICtrs_Active bit is set in smf30pflags()
SMF30_NNPICtrs_Active = 0x20
-
smf30rvn
SMF30RVN value.- Returns:
- String SMF30RVN value
-
smf30pnm
SMF30PNM value.- Returns:
- String SMF30PNM value
-
smf30osl
SMF30OSL value.- Returns:
- String SMF30OSL value
-
smf30syn
SMF30SYN value.- Returns:
- String SMF30SYN value
-
smf30syp
SMF30SYP value.- Returns:
- String SMF30SYP value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data- Array of bytes containing data for this sectionoffset- Offset of this section in the datalength- length of the section
-