com.craxiom.messaging.BluetoothRecordDataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of network-survey-messaging Show documentation
Show all versions of network-survey-messaging Show documentation
Protobuf and gRPC stubs for sending Wireless Protocol Survey messages'
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: com/craxiom/messaging/bluetooth_record.proto
// Protobuf Java Version: 4.27.3
package com.craxiom.messaging;
public interface BluetoothRecordDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.craxiom.messaging.BluetoothRecordData)
com.google.protobuf.MessageOrBuilder {
/**
* string deviceSerialNumber = 1;
* @return The deviceSerialNumber.
*/
java.lang.String getDeviceSerialNumber();
/**
* string deviceSerialNumber = 1;
* @return The bytes for deviceSerialNumber.
*/
com.google.protobuf.ByteString
getDeviceSerialNumberBytes();
/**
* string deviceName = 2;
* @return The deviceName.
*/
java.lang.String getDeviceName();
/**
* string deviceName = 2;
* @return The bytes for deviceName.
*/
com.google.protobuf.ByteString
getDeviceNameBytes();
/**
* string deviceTime = 3;
* @return The deviceTime.
*/
java.lang.String getDeviceTime();
/**
* string deviceTime = 3;
* @return The bytes for deviceTime.
*/
com.google.protobuf.ByteString
getDeviceTimeBytes();
/**
* double latitude = 4;
* @return The latitude.
*/
double getLatitude();
/**
* double longitude = 5;
* @return The longitude.
*/
double getLongitude();
/**
* float altitude = 6;
* @return The altitude.
*/
float getAltitude();
/**
* string missionId = 7;
* @return The missionId.
*/
java.lang.String getMissionId();
/**
* string missionId = 7;
* @return The bytes for missionId.
*/
com.google.protobuf.ByteString
getMissionIdBytes();
/**
* int32 recordNumber = 8;
* @return The recordNumber.
*/
int getRecordNumber();
/**
* int32 accuracy = 9;
* @return The accuracy.
*/
int getAccuracy();
/**
* float heading = 50;
* @return The heading.
*/
float getHeading();
/**
* float pitch = 51;
* @return The pitch.
*/
float getPitch();
/**
* float roll = 52;
* @return The roll.
*/
float getRoll();
/**
* float fieldOfView = 53;
* @return The fieldOfView.
*/
float getFieldOfView();
/**
* float receiverSensitivity = 54;
* @return The receiverSensitivity.
*/
float getReceiverSensitivity();
/**
* float speed = 55;
* @return The speed.
*/
float getSpeed();
/**
* string sourceAddress = 10;
* @return The sourceAddress.
*/
java.lang.String getSourceAddress();
/**
* string sourceAddress = 10;
* @return The bytes for sourceAddress.
*/
com.google.protobuf.ByteString
getSourceAddressBytes();
/**
* string destinationAddress = 11;
* @return The destinationAddress.
*/
java.lang.String getDestinationAddress();
/**
* string destinationAddress = 11;
* @return The bytes for destinationAddress.
*/
com.google.protobuf.ByteString
getDestinationAddressBytes();
/**
* .google.protobuf.FloatValue signalStrength = 12;
* @return Whether the signalStrength field is set.
*/
boolean hasSignalStrength();
/**
* .google.protobuf.FloatValue signalStrength = 12;
* @return The signalStrength.
*/
com.google.protobuf.FloatValue getSignalStrength();
/**
* .google.protobuf.FloatValue signalStrength = 12;
*/
com.google.protobuf.FloatValueOrBuilder getSignalStrengthOrBuilder();
/**
* .google.protobuf.FloatValue txPower = 13;
* @return Whether the txPower field is set.
*/
boolean hasTxPower();
/**
* .google.protobuf.FloatValue txPower = 13;
* @return The txPower.
*/
com.google.protobuf.FloatValue getTxPower();
/**
* .google.protobuf.FloatValue txPower = 13;
*/
com.google.protobuf.FloatValueOrBuilder getTxPowerOrBuilder();
/**
* .com.craxiom.messaging.bluetooth.tech.Technology technology = 14;
* @return The enum numeric value on the wire for technology.
*/
int getTechnologyValue();
/**
* .com.craxiom.messaging.bluetooth.tech.Technology technology = 14;
* @return The technology.
*/
com.craxiom.messaging.bluetooth.Technology getTechnology();
/**
* .com.craxiom.messaging.bluetooth.supportedtech.SupportedTechnologies supportedTechnologies = 15;
* @return The enum numeric value on the wire for supportedTechnologies.
*/
int getSupportedTechnologiesValue();
/**
* .com.craxiom.messaging.bluetooth.supportedtech.SupportedTechnologies supportedTechnologies = 15;
* @return The supportedTechnologies.
*/
com.craxiom.messaging.bluetooth.SupportedTechnologies getSupportedTechnologies();
/**
* string otaDeviceName = 16;
* @return The otaDeviceName.
*/
java.lang.String getOtaDeviceName();
/**
* string otaDeviceName = 16;
* @return The bytes for otaDeviceName.
*/
com.google.protobuf.ByteString
getOtaDeviceNameBytes();
/**
* .google.protobuf.Int32Value channel = 17;
* @return Whether the channel field is set.
*/
boolean hasChannel();
/**
* .google.protobuf.Int32Value channel = 17;
* @return The channel.
*/
com.google.protobuf.Int32Value getChannel();
/**
* .google.protobuf.Int32Value channel = 17;
*/
com.google.protobuf.Int32ValueOrBuilder getChannelOrBuilder();
}