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 Aug 27 2025 11:39:48 for LeviLamina by
1.12.0