Class CryptographicTimersCounters
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf70.subtype2.CryptographicTimersCounters
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CryptographicTimersCounterscreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length, double scaleFactor) create is intended for internal use only.doubler7021crc()R7021CRC value.r7021crt()R7021CRT as a Duration.doubleR7021CRT raw value.doubleR7021CRT in seconds.doubler7021mec()R7021MEC value.r7021met()R7021MET as a Duration.doubleR7021MET raw value.doubleR7021MET in seconds.doubler7022crc()R7022CRC value.r7022crt()R7022CRT as a Duration.doubleR7022CRT raw value.doubleR7022CRT in seconds.doubler7022mec()R7022MEC value.r7022met()R7022MET as a Duration.doubleR7022MET raw value.doubleR7022MET in seconds.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
r7021met
R7021MET as a Duration.- Returns:
- Duration R7021MET
- See Also:
-
r7021metSeconds
public double r7021metSeconds()R7021MET in seconds.- Returns:
- double R7021MET converted to seconds
-
r7021metRawValue
public double r7021metRawValue()R7021MET raw value.- Returns:
- double R7021MET value
-
r7021mec
public double r7021mec()R7021MEC value.- Returns:
- double R7021MEC value
-
r7022met
R7022MET as a Duration.- Returns:
- Duration R7022MET
- See Also:
-
r7022metSeconds
public double r7022metSeconds()R7022MET in seconds.- Returns:
- double R7022MET converted to seconds
-
r7022metRawValue
public double r7022metRawValue()R7022MET raw value.- Returns:
- double R7022MET value
-
r7022mec
public double r7022mec()R7022MEC value.- Returns:
- double R7022MEC value
-
r7021crt
R7021CRT as a Duration.- Returns:
- Duration R7021CRT
- See Also:
-
r7021crtSeconds
public double r7021crtSeconds()R7021CRT in seconds.- Returns:
- double R7021CRT converted to seconds
-
r7021crtRawValue
public double r7021crtRawValue()R7021CRT raw value.- Returns:
- double R7021CRT value
-
r7021crc
public double r7021crc()R7021CRC value.- Returns:
- double R7021CRC value
-
r7022crt
R7022CRT as a Duration.- Returns:
- Duration R7022CRT
- See Also:
-
r7022crtSeconds
public double r7022crtSeconds()R7022CRT in seconds.- Returns:
- double R7022CRT converted to seconds
-
r7022crtRawValue
public double r7022crtRawValue()R7022CRT raw value.- Returns:
- double R7022CRT value
-
r7022crc
public double r7022crc()R7022CRC value.- Returns:
- double R7022CRC value
-
create
public static CryptographicTimersCounters create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length, double scaleFactor) 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
-