Enum Opcode
- Namespace
- DiscordRPC.IO
- Assembly
- DiscordRPC.dll
The operation code that the PipeFrame was sent under. This defines the type of frame and the data to expect.
public enum Opcode : uint
Fields
Handshake = 0Initial handshake frame
Frame = 1Generic message frame
Close = 2Discord has closed the connection
Ping = 3Ping frame (not used?)
Pong = 4Pong frame (not used?)