Table of Contents
API reference

Class DaveOpcodeEventArgs

Namespace
DisCatSharp.Voice.EventArgs
Assembly
DisCatSharp.Voice.dll

Represents arguments for observed DAVE opcode traffic.

public sealed class DaveOpcodeEventArgs : DiscordEventArgs
Inheritance
DaveOpcodeEventArgs
Inherited Members

Properties

Direction

Gets whether the opcode was sent or received.

IsBinary

Gets whether this opcode was carried via binary voice-gateway framing.

Opcode

Gets the DAVE opcode number.

PayloadLength

Gets the payload length in bytes.

Sequence

Gets the gateway sequence, when available for inbound binary opcodes.