Package com.blackhillsoftware.smf.smf119
Class ConnectionInitiation
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf119.ConnectionInitiation
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectionInitiation
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
SMF119AP_TIConnID value.SMF119AP_TIDate as a LocalDate.int
SMF119AP_TIDate raw value.SMF119AP_TILIP value.int
SMF119AP_TILIPFmt value.SMF119AP_TILIP raw value.int
SMF119AP_TILPort value.SMF119AP_TIRIP value.int
SMF119AP_TIRIPFmt value.SMF119AP_TIRIP raw value.SMF119AP_TIRName value.int
SMF119AP_TIRPort value.SMF119AP_TISTCK STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF119AP_TISTCK STCK value.SMF119AP_TISubTask value.SMF119AP_TITime as a LocalTime.long
SMF119AP_TITime raw valueMethods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf119apTiRName
SMF119AP_TIRName value.- Returns:
- String SMF119AP_TIRName value
-
smf119apTiConnID
public long smf119apTiConnID()SMF119AP_TIConnID value.- Returns:
- long SMF119AP_TIConnID value
-
smf119apTiSubTask
SMF119AP_TISubTask value.- Returns:
- String SMF119AP_TISubTask value
-
smf119apTiRip
SMF119AP_TIRIP value.- Returns:
- InetAddress SMF119AP_TIRIP value
-
smf119apTiRipRawValue
SMF119AP_TIRIP raw value.- Returns:
- BigInteger SMF119AP_TIRIP value
-
smf119apTIRIPFmt
public int smf119apTIRIPFmt()SMF119AP_TIRIPFmt value.- Returns:
- int SMF119AP_TIRIPFmt value
-
smf119apTiLip
SMF119AP_TILIP value.- Returns:
- InetAddress SMF119AP_TILIP value
-
smf119apTiLipRawValue
SMF119AP_TILIP raw value.- Returns:
- BigInteger SMF119AP_TILIP value
-
smf119apTiLipFmt
public int smf119apTiLipFmt()SMF119AP_TILIPFmt value.- Returns:
- int SMF119AP_TILIPFmt value
-
smf119apTiRPort
public int smf119apTiRPort()SMF119AP_TIRPort value.- Returns:
- int SMF119AP_TIRPort value
-
smf119apTiLPort
public int smf119apTiLPort()SMF119AP_TILPort value.- Returns:
- int SMF119AP_TILPort value
-
smf119apTiTime
SMF119AP_TITime as a LocalTime.- Returns:
- LocalTime SMF119AP_TITime Time
- See Also:
-
smf119apTiTimeRawValue
public long smf119apTiTimeRawValue()SMF119AP_TITime raw value- Returns:
- long SMF119AP_TITime value
-
smf119apTiDate
SMF119AP_TIDate as a LocalDate.- Returns:
- LocalDate SMF119AP_TIDate Date
- See Also:
-
smf119apTiDateRawValue
public int smf119apTiDateRawValue()SMF119AP_TIDate raw value.- Returns:
- int SMF119AP_TIDate value
-
smf119apTiStck
SMF119AP_TISTCK STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf119apTiStckRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF119AP_TISTCK STCK converted to ZonedDateTime
- See Also:
-
smf119apTiStckRawValue
SMF119AP_TISTCK STCK value.- Returns:
- BigInteger SMF119AP_TISTCK STCK 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
-