Preparing "reportGameName" network message.

This commit is contained in:
lotodore
2012-03-31 20:14:11 +00:00
parent 7ff145a66a
commit ac0041cb8f
112 changed files with 773 additions and 365 deletions
+16 -1
View File
@@ -76,6 +76,8 @@ PokerTHMessage ::= CHOICE {
resetTimeoutMessage ResetTimeoutMessage,
reportAvatarMessage ReportAvatarMessage,
reportAvatarAckMessage ReportAvatarAckMessage,
reportGameMessage ReportGameMessage,
reportGameAckMessage ReportGameAckMessage,
errorMessage ErrorMessage
}
@@ -763,13 +765,26 @@ ReportAvatarMessage ::= [APPLICATION 135] SEQUENCE {
ReportAvatarAckMessage ::= [APPLICATION 136] SEQUENCE {
reportedPlayerId NonZeroId,
reportResult ENUMERATED {
reportAvatarResult ENUMERATED {
avatarReportAccepted (0),
avatarReportDuplicate (1),
avatarReportInvalid (2)
}
}
ReportGameMessage ::= [APPLICATION 137] SEQUENCE {
reportedGameId NonZeroId
}
ReportGameAckMessage ::= [APPLICATION 138] SEQUENCE {
reportedGameId NonZeroId,
reportGameResult ENUMERATED {
gameReportAccepted (0),
gameReportDuplicate (1),
gameReportInvalid (2)
}
}
ErrorMessage ::= [APPLICATION 255] SEQUENCE {
errorReason ENUMERATED {
errorReserved (0),