Uses of Enum Class
org.episteme.natural.device.loaders.nmea.NMEA2000Message.PGN
Packages that use NMEA2000Message.PGN
-
Uses of NMEA2000Message.PGN in org.episteme.natural.device.loaders.nmea
Subclasses with type arguments of type NMEA2000Message.PGN in org.episteme.natural.device.loaders.nmeaMethods in org.episteme.natural.device.loaders.nmea that return NMEA2000Message.PGNModifier and TypeMethodDescriptionstatic NMEA2000Message.PGNNMEA2000Message.PGN.fromValue(int value) NMEA2000Message.getPGNType()static NMEA2000Message.PGNReturns the enum constant of this class with the specified name.static NMEA2000Message.PGN[]NMEA2000Message.PGN.values()Returns an array containing the constants of this enum class, in the order they are declared.