2010-03-29 13:02:05 +00:00
|
|
|
/*
|
2010-11-28 00:14:03 +00:00
|
|
|
* Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
|
2010-03-29 13:02:05 +00:00
|
|
|
* From ASN.1 module "POKERTH-PROTOCOL"
|
|
|
|
|
* found in "../../../docs/pokerth.asn1"
|
2010-08-01 19:51:34 +00:00
|
|
|
* `asn1c -fskeletons-copy`
|
2010-03-29 13:02:05 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef _RejectGameInvitationMessage_H_
|
|
|
|
|
#define _RejectGameInvitationMessage_H_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <asn_application.h>
|
|
|
|
|
|
|
|
|
|
/* Including external dependencies */
|
|
|
|
|
#include "NonZeroId.h"
|
2010-03-30 11:09:34 +00:00
|
|
|
#include "RejectGameInvReason.h"
|
2010-03-29 13:02:05 +00:00
|
|
|
#include <constr_SEQUENCE.h>
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* RejectGameInvitationMessage */
|
|
|
|
|
typedef struct RejectGameInvitationMessage {
|
|
|
|
|
NonZeroId_t gameId;
|
2010-03-30 11:09:34 +00:00
|
|
|
RejectGameInvReason_t myRejectReason;
|
2010-03-29 13:02:05 +00:00
|
|
|
/*
|
|
|
|
|
* This type is extensible,
|
|
|
|
|
* possible extensions are below.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Context for parsing across buffer boundaries */
|
|
|
|
|
asn_struct_ctx_t _asn_ctx;
|
|
|
|
|
} RejectGameInvitationMessage_t;
|
|
|
|
|
|
|
|
|
|
/* Implementation */
|
|
|
|
|
extern asn_TYPE_descriptor_t asn_DEF_RejectGameInvitationMessage;
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif /* _RejectGameInvitationMessage_H_ */
|
2010-10-13 16:00:22 +00:00
|
|
|
#include <asn_internal.h>
|