Uses of Enum
jmri.NmraPacket.DccAddressType
Packages that use NmraPacket.DccAddressType
Package
Description
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.DccAddressTypeModifier and TypeMethodDescriptionstatic NmraPacket.DccAddressTypeNmraPacket.extractAddressType(byte[] packet) Extract the address type from an NMRA packet.static NmraPacket.DccAddressTypeReturns 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.