Difference between revisions of "KClientSession"
Jump to navigation
Jump to search
m |
|||
Line 30: | Line 30: | ||
1: open<br> | 1: open<br> | ||
− | 2: closed<br> | + | 2: closed by client<br> |
− | 3: ? | + | 3: closed by server? |
Revision as of 13:24, 15 April 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?