KClientSession
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?