Class EnqueueControlSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf77.subtype1.EnqueueControlSection
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x10 = 16static final intConstant: 0x20 = 32static final intConstant: 0x08 = 8static final intConstant: 0x80 = 128static final intConstant: 0x01 = 1static final intConstant: 0x80 = 128static final intConstant: 0x40 = 64static final intConstant: 0x04 = 4static final intConstant: 0x40 = 64static final intConstant: 0x02 = 2 -
Method Summary
Modifier and TypeMethodDescriptionstatic EnqueueControlSectioncreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.booleansmf77abd()Return true ifSMF77ABDbit insmf77fg1()is set.booleansmf77btm()Return true ifSMF77BTMbit insmf77fg1()is set.booleansmf77det()Return true ifSMF77DETbit insmf77fg1()is set.intsmf77fg1()SMF77FG1 value.booleansmf77ful()Return true ifSMF77FULbit insmf77fg1()is set.booleansmf77gmv()Return true ifSMF77GMVbit insmf77fg1()is set.booleansmf77gsp()Return true ifSMF77GSPbit insmf77rf2()is set.booleansmf77mis()Return true ifSMF77MISbit insmf77fg1()is set.booleansmf77non()Return true ifSMF77NONbit insmf77fg1()is set.intsmf77rf2()SMF77RF2 value.booleansmf77rgi()Return true ifSMF77RGIbit insmf77rf2()is set.booleansmf77str()Return true ifSMF77STRbit insmf77fg1()is set.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF77FUL
public static final int SMF77FULConstant: 0x80 = 128- See Also:
-
SMF77MIS
public static final int SMF77MISConstant: 0x40 = 64- See Also:
-
SMF77BTM
public static final int SMF77BTMConstant: 0x20 = 32- See Also:
-
SMF77ABD
public static final int SMF77ABDConstant: 0x10 = 16- See Also:
-
SMF77DET
public static final int SMF77DETConstant: 0x08 = 8- See Also:
-
SMF77NON
public static final int SMF77NONConstant: 0x04 = 4- See Also:
-
SMF77STR
public static final int SMF77STRConstant: 0x02 = 2- See Also:
-
SMF77GMV
public static final int SMF77GMVConstant: 0x01 = 1- See Also:
-
SMF77GSP
public static final int SMF77GSPConstant: 0x80 = 128- See Also:
-
SMF77RGI
public static final int SMF77RGIConstant: 0x40 = 64- See Also:
-
-
Method Details
-
smf77fg1
public int smf77fg1()SMF77FG1 value.- Returns:
- int SMF77FG1 value
-
smf77ful
public boolean smf77ful()Return true ifSMF77FULbit insmf77fg1()is set.- Returns:
- boolean SMF77FUL bit is set in smf77fg1()
SMF77FUL = 0x80
-
smf77mis
public boolean smf77mis()Return true ifSMF77MISbit insmf77fg1()is set.- Returns:
- boolean SMF77MIS bit is set in smf77fg1()
SMF77MIS = 0x40
-
smf77btm
public boolean smf77btm()Return true ifSMF77BTMbit insmf77fg1()is set.- Returns:
- boolean SMF77BTM bit is set in smf77fg1()
SMF77BTM = 0x20
-
smf77abd
public boolean smf77abd()Return true ifSMF77ABDbit insmf77fg1()is set.- Returns:
- boolean SMF77ABD bit is set in smf77fg1()
SMF77ABD = 0x10
-
smf77det
public boolean smf77det()Return true ifSMF77DETbit insmf77fg1()is set.- Returns:
- boolean SMF77DET bit is set in smf77fg1()
SMF77DET = 0x08
-
smf77non
public boolean smf77non()Return true ifSMF77NONbit insmf77fg1()is set.- Returns:
- boolean SMF77NON bit is set in smf77fg1()
SMF77NON = 0x04
-
smf77str
public boolean smf77str()Return true ifSMF77STRbit insmf77fg1()is set.- Returns:
- boolean SMF77STR bit is set in smf77fg1()
SMF77STR = 0x02
-
smf77gmv
public boolean smf77gmv()Return true ifSMF77GMVbit insmf77fg1()is set.- Returns:
- boolean SMF77GMV bit is set in smf77fg1()
SMF77GMV = 0x01
-
smf77rf2
public int smf77rf2()SMF77RF2 value.- Returns:
- int SMF77RF2 value
-
smf77gsp
public boolean smf77gsp()Return true ifSMF77GSPbit insmf77rf2()is set.- Returns:
- boolean SMF77GSP bit is set in smf77rf2()
SMF77GSP = 0x80
-
smf77rgi
public boolean smf77rgi()Return true ifSMF77RGIbit insmf77rf2()is set.- Returns:
- boolean SMF77RGI bit is set in smf77rf2()
SMF77RGI = 0x40
-
create
public static EnqueueControlSection create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) 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
-