Difference between revisions of "KClientSession"
Jump to navigation
Jump to search
(Again, don't revert with a reason - all this change did was add redundancy without improving clarity at all.) |
|||
Line 11: | Line 11: | ||
|- | |- | ||
| 0x0 | | 0x0 | ||
− | | | + | | [[KSynchronizationObject]] |
− | | | + | | Base object |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| 0x14 | | 0x14 | ||
− | | KSession* | + | | [[KSession]]* |
| Pointer to parent session | | Pointer to parent session | ||
|- | |- | ||
Line 39: | Line 23: | ||
|- | |- | ||
| 0x1C | | 0x1C | ||
− | | KClientPort* | + | | [[KClientPort]]* |
| Pointer to associated client port inside parent KPort | | Pointer to associated client port inside parent KPort | ||
|} | |} |
Revision as of 17:56, 16 August 2016
class KClientSession extends KSynchronizationObject;
Size : 0x20 bytes
Offset | Type | Description |
---|---|---|
0x0 | KSynchronizationObject | Base object |
0x14 | KSession* | Pointer to parent session |
0x18 | u32 | Session status |
0x1C | KClientPort* | Pointer to associated client port inside parent KPort |
Session status:
1: open
2: closed by client
3: closed by server?