Uses of Class
org.discotools.io.aprs.tnc.TncState

Packages that use TncState
org.discotools.io.aprs.tnc   
 

Uses of TncState in org.discotools.io.aprs.tnc
 

Fields in org.discotools.io.aprs.tnc with type parameters of type TncState
static List<TncState> TncState.VALUES
          A public read-only list of all the 'TNC Packet Type' enumerators.
 

Methods in org.discotools.io.aprs.tnc that return TncState
static TncState TncState.get(int value)
          Returns the 'TNC Packet Type' literal with the specified integer value.
static TncState TncState.get(String literal)
          Returns the 'TNC Packet Type' literal with the specified literal value.
static TncState TncState.getByName(String name)
          Returns the 'TNC Packet Type' literal with the specified name.
 TncState TncProtocol.getState()
           
static TncState TncState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TncState[] TncState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012-2013 DISCO Foundation. All Rights Reserved.