Package com.blackhillsoftware.smf.smf119
Class ConnectionTerminationAppldataSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf119.ConnectionTerminationAppldataSection
-
Method Summary
Modifier and TypeMethodDescriptionApplication Data component (bytes 1-8)create
(byte[] Data, int offset, int length) create is intended for internal use only.Application Data FTP Connection type (byte 10)byte[]
SMF119AP_TTAPPLDATA data.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf119apTtAppldata
public byte[] smf119apTtAppldata()SMF119AP_TTAPPLDATA data.- Returns:
- byte[] SMF119AP_TTAPPLDATA data
-
component
Application Data component (bytes 1-8)- Returns:
- String Application Data component value
-
ftpConnType
Application Data FTP Connection type (byte 10)- Returns:
- String FTP Connection type 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
-