Uses of Enum Class
su.litvak.chromecast.api.v2.CastChannel.CastMessage.ProtocolVersion
-
Uses of CastChannel.CastMessage.ProtocolVersion in su.litvak.chromecast.api.v2
Methods in su.litvak.chromecast.api.v2 that return CastChannel.CastMessage.ProtocolVersionModifier and TypeMethodDescriptionCastChannel.CastMessage.ProtocolVersion.forNumber(int value) CastChannel.CastMessage.Builder.getProtocolVersion()required .su.litvak.chromecast.api.v2.CastMessage.ProtocolVersion protocol_version = 1;CastChannel.CastMessage.getProtocolVersion()required .su.litvak.chromecast.api.v2.CastMessage.ProtocolVersion protocol_version = 1;CastChannel.CastMessageOrBuilder.getProtocolVersion()required .su.litvak.chromecast.api.v2.CastMessage.ProtocolVersion protocol_version = 1;CastChannel.CastMessage.ProtocolVersion.valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name.CastChannel.CastMessage.ProtocolVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in su.litvak.chromecast.api.v2 that return types with arguments of type CastChannel.CastMessage.ProtocolVersionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CastChannel.CastMessage.ProtocolVersion> CastChannel.CastMessage.ProtocolVersion.internalGetValueMap()Methods in su.litvak.chromecast.api.v2 with parameters of type CastChannel.CastMessage.ProtocolVersionModifier and TypeMethodDescriptionCastChannel.CastMessage.Builder.setProtocolVersion(CastChannel.CastMessage.ProtocolVersion value) required .su.litvak.chromecast.api.v2.CastMessage.ProtocolVersion protocol_version = 1;