All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Enums.CentralState.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Enums;

enum CentralState {
	UNKNOWN_CENTRAL_STATE = 0;
	RESETTING = 1;
	UNSUPPORTED = 2;
	UNAUTHORIZED = 3;
	POWERED_OFF = 4;
	POWERED_ON = 5;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy