Move packet dispatch to return an enum that includes a pending option
Signed-off-by: puvvadar <puvvadar@amazon.com>
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
|
||||
namespace AzNetworking
|
||||
{
|
||||
AZ_ENUM_CLASS(PacketDispatchResult
|
||||
, Success
|
||||
, Pending
|
||||
, Failure
|
||||
);
|
||||
|
||||
AZ_ENUM_CLASS(PacketFlag
|
||||
, Compressed
|
||||
, MAX
|
||||
|
||||
Reference in New Issue
Block a user