Package com.blackhillsoftware.smf.smf119
Class ConnectionTerminationTelnetSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf119.ConnectionTerminationTelnetSection
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.SMF119AP_TTTelAppl value.SMF119AP_TTTelLogmode value.SMF119AP_TTTelLUName value.int
SMF119AP_TTTelProto value.long
SMF119AP_TTTelStatus value.SMF119AP_TTTelTermCode as a TelnetTerminationCode.int
SMF119AP_TTTelTermCode raw value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf119apTtTelLUName
SMF119AP_TTTelLUName value.- Returns:
- String SMF119AP_TTTelLUName value
-
smf119apTtTelAppl
SMF119AP_TTTelAppl value.- Returns:
- String SMF119AP_TTTelAppl value
-
smf119apTtTelLogmode
SMF119AP_TTTelLogmode value.- Returns:
- String SMF119AP_TTTelLogmode value
-
smf119apTtTelStatus
public long smf119apTtTelStatus()SMF119AP_TTTelStatus value.- Returns:
- long SMF119AP_TTTelStatus value
-
smf119apTtTelProto
public int smf119apTtTelProto()SMF119AP_TTTelProto value.- Returns:
- int SMF119AP_TTTelProto value
-
smf119apTtTelTermCode
SMF119AP_TTTelTermCode as a TelnetTerminationCode.- Returns:
- TelnetTerminationCode SMF119AP_TTTelTermCode
-
smf119apTtTelTermCodeRawValue
public int smf119apTtTelTermCodeRawValue()SMF119AP_TTTelTermCode raw value.- Returns:
- int SMF119AP_TTTelTermCode 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
-