Package ru.nilsoft.tm

Class TMDefaults.msg_subtype

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DATA
      Отправка/ответ произвольных данных КФН.
      static int ERR
      Ошибка сервиса.
      static int INFO
      Информация о сервисе.
      static int INIT
      Инициализация КФН.
      static int TM
      Отправка/ответ команды КФН.
      static int VER
      Версия сервиса.
    • Constructor Summary

      Constructors 
      Constructor Description
      msg_subtype()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TM

        public static final int TM
        Отправка/ответ команды КФН.
        See Also:
        Constant Field Values
      • DATA

        public static final int DATA
        Отправка/ответ произвольных данных КФН.
        See Also:
        Constant Field Values
      • INFO

        public static final int INFO
        Информация о сервисе.
        See Also:
        Constant Field Values
    • Constructor Detail

      • msg_subtype

        public msg_subtype()