|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TncPacketType | |
---|---|
org.discotools.io.aprs.tnc |
Uses of TncPacketType in org.discotools.io.aprs.tnc |
---|
Fields in org.discotools.io.aprs.tnc with type parameters of type TncPacketType | |
---|---|
static List<TncPacketType> |
TncPacketType.VALUES
A public read-only list of all the 'TNC Packet Type' enumerators. |
Methods in org.discotools.io.aprs.tnc that return TncPacketType | |
---|---|
static TncPacketType |
TncPacketType.get(int value)
Returns the 'TNC Packet Type' literal with the specified integer value. |
static TncPacketType |
TncPacketType.get(String literal)
Returns the 'TNC Packet Type' literal with the specified literal value. |
static TncPacketType |
TncPacketType.getByName(String name)
Returns the 'TNC Packet Type' literal with the specified name. |
TncPacketType |
TncPacket.getType()
|
static TncPacketType |
TncPacketType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TncPacketType[] |
TncPacketType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.discotools.io.aprs.tnc with parameters of type TncPacketType | |
---|---|
TncPacket(TncPacketType type,
AprsPacket packet)
|
|
TncPacket(TncPacketType type,
String payload)
|
|
TncPacket(TncPacketType type,
String payload,
Long time,
boolean isDuplicate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |