PacketHandler¶
typealias PacketHandler<T> = (T, IPacketContext) -> Unit
A function type that handles a received packet of type T along with its IPacketContext.
Parameters¶
- T: The packet data class type.
typealias PacketHandler<T> = (T, IPacketContext) -> Unit
A function type that handles a received packet of type T along with its IPacketContext.