LeviLamina
Loading...
Searching...
No Matches
SendStatus.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
dcsctp {
6
7
enum class
SendStatus :
int
{
8
KSuccess = 0,
9
KErrorMessageEmpty = 1,
10
KErrorMessageTooLarge = 2,
11
KErrorResourceExhaustion = 3,
12
KErrorShuttingDown = 4,
13
};
14
15
}
src
mc
external
dcsctp
SendStatus.h
Generated on Wed Jul 23 2025 08:34:02 for LeviLamina by
1.12.0