Uses of Class
jmri.NmraPacket.DccAddressType
-
Packages that use NmraPacket.DccAddressType Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts. -
-
Uses of NmraPacket.DccAddressType in jmri
Methods in jmri that return NmraPacket.DccAddressType Modifier and Type Method Description static NmraPacket.DccAddressTypeNmraPacket. extractAddressType(byte[] packet)Extract the address type from an NMRA packet.static NmraPacket.DccAddressTypeNmraPacket.DccAddressType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NmraPacket.DccAddressType[]NmraPacket.DccAddressType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-