Generating protocol code.
This commit is contained in:
+2
-9
@@ -13,23 +13,17 @@
|
||||
|
||||
/* Including external dependencies */
|
||||
#include "NonZeroId.h"
|
||||
#include <NativeEnumerated.h>
|
||||
#include "RejectGameInvReason.h"
|
||||
#include <constr_SEQUENCE.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Dependencies */
|
||||
typedef enum rejectGameInvitationReason {
|
||||
rejectGameInvitationReason_no = 0,
|
||||
rejectGameInvitationReason_busy = 1
|
||||
} e_rejectGameInvitationReason;
|
||||
|
||||
/* RejectGameInvitationMessage */
|
||||
typedef struct RejectGameInvitationMessage {
|
||||
NonZeroId_t gameId;
|
||||
long rejectGameInvitationReason;
|
||||
RejectGameInvReason_t myRejectReason;
|
||||
/*
|
||||
* This type is extensible,
|
||||
* possible extensions are below.
|
||||
@@ -40,7 +34,6 @@ typedef struct RejectGameInvitationMessage {
|
||||
} RejectGameInvitationMessage_t;
|
||||
|
||||
/* Implementation */
|
||||
/* extern asn_TYPE_descriptor_t asn_DEF_rejectGameInvitationReason_3; // (Use -fall-defs-global to expose) */
|
||||
extern asn_TYPE_descriptor_t asn_DEF_RejectGameInvitationMessage;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user