Class IeTime24


  • public class IeTime24
    extends InformationElement
    Represents a three octet binary time (CP24Time2a) information element.
    • Constructor Summary

      Constructors 
      Constructor Description
      IeTime24​(int timeInMs)  
      IeTime24​(long timestamp)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getTimeInMs()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IeTime24

        public IeTime24​(long timestamp)
      • IeTime24

        public IeTime24​(int timeInMs)
    • Method Detail

      • getTimeInMs

        public int getTimeInMs()