Class IeTime16


  • public class IeTime16
    extends InformationElement
    Represents a two octet binary time (CP16Time2a) information element.
    • Constructor Summary

      Constructors 
      Constructor Description
      IeTime16​(int timeInMs)  
      IeTime16​(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

      • IeTime16

        public IeTime16​(long timestamp)
      • IeTime16

        public IeTime16​(int timeInMs)
    • Method Detail

      • getTimeInMs

        public int getTimeInMs()