UnrealVoxta 0.1.1
 
Loading...
Searching...
No Matches
MessageType.h File Reference
#include "CoreMinimal.h"

Go to the source code of this file.

Enumerations

enum class  ESignalRMessageType : uint8 {
  Invocation = 1 , StreamItem = 2 , Completion = 3 , StreamInvocation = 4 ,
  CancelInvocation = 5 , Ping = 6 , Close = 7
}
 Enumeration of SignalR message types. More...
 

Enumeration Type Documentation

◆ ESignalRMessageType

enum class ESignalRMessageType : uint8
strong

Enumeration of SignalR message types.

Defines the different types of messages that can be exchanged between client and server.

Enumerator
Invocation 
StreamItem 
Completion 
StreamInvocation 
CancelInvocation 
Ping 
Close