NiimBlueLib Docs
GitHub
Preparing search index...
API
PacketReceivedEvent
Class PacketReceivedEvent
Fired when packet received, converted to object and validated (head, tail, checksum).
Hierarchy (
View Summary
)
NiimbotEvent
PacketReceivedEvent
Index
Constructors
constructor
Properties
packet
type
Constructors
constructor
new
PacketReceivedEvent
(
packet
:
NiimbotPacket
)
:
PacketReceivedEvent
Parameters
packet
:
NiimbotPacket
Returns
PacketReceivedEvent
Properties
Readonly
packet
packet
:
NiimbotPacket
Readonly
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
packet
type
GitHub
NiimBlueLib Docs
Loading...
Fired when packet received, converted to object and validated (head, tail, checksum).