Uses of Enum
io.qt.positioning.QNmeaSatelliteInfoSource.SatelliteInfoParseStatus
Packages that use QNmeaSatelliteInfoSource.SatelliteInfoParseStatus
-
Uses of QNmeaSatelliteInfoSource.SatelliteInfoParseStatus in io.qt.positioning
Methods in io.qt.positioning that return QNmeaSatelliteInfoSource.SatelliteInfoParseStatusModifier and TypeMethodDescriptionprotected final QNmeaSatelliteInfoSource.SatelliteInfoParseStatus
QNmeaSatelliteInfoSource.parseSatelliteInfoFromNmea
(byte [] data, int offsetOfData, int size, Collection<? extends QGeoSatelliteInfo> infos, QGeoSatelliteInfo.SatelliteSystem [] system) protected final QNmeaSatelliteInfoSource.SatelliteInfoParseStatus
QNmeaSatelliteInfoSource.parseSatelliteInfoFromNmea
(byte [] data, Collection<? extends QGeoSatelliteInfo> infos, QGeoSatelliteInfo.SatelliteSystem [] system) protected final QNmeaSatelliteInfoSource.SatelliteInfoParseStatus
QNmeaSatelliteInfoSource.parseSatelliteInfoFromNmea
(QByteArrayView data, Collection<? extends QGeoSatelliteInfo> infos, QGeoSatelliteInfo.SatelliteSystem [] system) QNmeaSatelliteInfoSource.parseSatelliteInfoFromNmea
(ByteBuffer data, Collection<? extends QGeoSatelliteInfo> infos, QGeoSatelliteInfo.SatelliteSystem [] system) QNmeaSatelliteInfoSource.SatelliteInfoParseStatus.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QNmeaSatelliteInfoSource.SatelliteInfoParseStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.