case class UnknownVoiceMessage(op: VoiceOpCode) extends VoiceMessage[NotUsed] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnknownVoiceMessage
- Serializable
- Product
- Equals
- VoiceMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UnknownVoiceMessage(op: VoiceOpCode)
Value Members
- def d: NotUsed
The data for the message.
The data for the message.
- Definition Classes
- UnknownVoiceMessage → VoiceMessage
- val op: VoiceOpCode
The op code for the message.
The op code for the message.
- Definition Classes
- UnknownVoiceMessage → VoiceMessage
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def s: util.JsonOption[Int]
A sequence number for the message if there is one.
A sequence number for the message if there is one.
- Definition Classes
- VoiceMessage