* Write a packet opcode with logging support * Use this instead of direct p1Enc for bot SDK methods
(opcode: number)
| 739 | /** |
| 740 | * Check if packet logging is enabled |
| 741 | */ |
| 742 | isPacketLoggingEnabled(): boolean { |
| 743 | return this.packetLogEnabled; |
| 744 | } |
| 745 | |
| 746 | /** |
| 747 | * Get all logged packets |
| 748 | */ |
no test coverage detected