Edit on GitHub

GameService Client Mail Delete

Summary

This packet requests a piece of mail be deleted.

The response is Gameservice Server 0x0215 Mail Delete Response, which provides a new mailbox listing to display.

Aliases:

Structure

gameservice_client_0147_mail_delete

Name Type Summary
unknown_a u4 Always seems to be 1 (0x00000001)
mail_id u4 From [Gameservice Server 0x0211 Mailbox Response](/packets/gameservice/server/0211.ksy).
unknown_b u4 Always seems to be 1 (0x00000001)

Definition

meta:
  id: gameservice_client_0147_mail_delete
  title: GameService Client Mail Delete
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_a
    type: u4
  - id: mail_id
    type: u4
  - id: unknown_b
    type: u4

Examples

No examples available. Contribute one?