Class IscIrcModeStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.IscIrcModeStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
a20dvers()
A20DVERS value.int
a20e1hwm()
A20E1HWM value.int
a20e1ry()
A20E1RY value.int
a20e2hwm()
A20E2HWM value.int
a20e2ry()
A20E2RY value.int
a20ebhwm()
A20EBHWM value.int
a20ebid()
A20EBID value.int
a20econl()
A20ECONL value.int
a20econw()
A20ECONW value.int
a20elmax()
A20ELMAX value.int
a20emaxs()
A20EMAXS value.int
a20emcon()
A20EMCON value.int
a20eqpct()
A20EQPCT value.long
a20es1()
A20ES1 value.long
a20es2()
A20ES2 value.long
a20esbid()
A20ESBID value.long
a20estaf()
A20ESTAF value.long
a20estag()
A20ESTAG value.int
a20estam()
A20ESTAM value.long
a20estao()
A20ESTAO value.long
a20estap()
A20ESTAP value.long
a20estaq()
A20ESTAQ value.long
a20estas()
A20ESTAS value.int
a20ezqpc()
A20EZQPC value.int
a20id()
A20ID value.int
a20len()
A20LEN value.a20mode()
A20MODE value.a20sysn()
A20SYSN value.static IscIrcModeStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.Methods inherited from class com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
create, statisticsType, stid, stid, stidString, stilen, stilen, stivers
Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
A20IDR
public static final int A20IDRConstant: 0x4C = 76- See Also:
-
A20IDT
public static final int A20IDTConstant: 0x4D = 77- See Also:
-
A20VERS
public static final int A20VERSConstant: 0x01 = 1- See Also:
-
A20CLEN
public static final int A20CLENConstant: 0x54 = 84- See Also:
-
-
Method Details
-
a20len
public int a20len()A20LEN value.- Returns:
- int A20LEN value
-
a20id
public int a20id()A20ID value.- Returns:
- int A20ID value
-
a20dvers
public int a20dvers()A20DVERS value.- Returns:
- int A20DVERS value
-
a20sysn
A20SYSN value.- Returns:
- String A20SYSN value
-
a20mode
A20MODE value.- Returns:
- String A20MODE value
-
a20estam
public int a20estam()A20ESTAM value.- Returns:
- int A20ESTAM value
-
a20e2hwm
public int a20e2hwm()A20E2HWM value.- Returns:
- int A20E2HWM value
-
a20ebhwm
public int a20ebhwm()A20EBHWM value.- Returns:
- int A20EBHWM value
-
a20e1hwm
public int a20e1hwm()A20E1HWM value.- Returns:
- int A20E1HWM value
-
a20es1
public long a20es1()A20ES1 value.- Returns:
- long A20ES1 value
-
a20es2
public long a20es2()A20ES2 value.- Returns:
- long A20ES2 value
-
a20esbid
public long a20esbid()A20ESBID value.- Returns:
- long A20ESBID value
-
a20estas
public long a20estas()A20ESTAS value.- Returns:
- long A20ESTAS value
-
a20estaq
public long a20estaq()A20ESTAQ value.- Returns:
- long A20ESTAQ value
-
a20estaf
public long a20estaf()A20ESTAF value.- Returns:
- long A20ESTAF value
-
a20estao
public long a20estao()A20ESTAO value.- Returns:
- long A20ESTAO value
-
a20estag
public long a20estag()A20ESTAG value.- Returns:
- long A20ESTAG value
-
a20estap
public long a20estap()A20ESTAP value.- Returns:
- long A20ESTAP value
-
a20ebid
public int a20ebid()A20EBID value.- Returns:
- int A20EBID value
-
a20eqpct
public int a20eqpct()A20EQPCT value.- Returns:
- int A20EQPCT value
-
a20ezqpc
public int a20ezqpc()A20EZQPC value.- Returns:
- int A20EZQPC value
-
a20elmax
public int a20elmax()A20ELMAX value.- Returns:
- int A20ELMAX value
-
a20emcon
public int a20emcon()A20EMCON value.- Returns:
- int A20EMCON value
-
a20emaxs
public int a20emaxs()A20EMAXS value.- Returns:
- int A20EMAXS value
-
a20econw
public int a20econw()A20ECONW value.- Returns:
- int A20ECONW value
-
a20econl
public int a20econl()A20ECONL value.- Returns:
- int A20ECONL value
-
a20e1ry
public int a20e1ry()A20E1RY value.- Returns:
- int A20E1RY value
-
a20e2ry
public int a20e2ry()A20E2RY value.- Returns:
- int A20E2RY 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
-