A11 TypeScript API - v0.2.1
A11 guides
Python API
C++ internals
Preparing search index...
BytePacket
Interface BytePacket
Parsed packet metadata plus an owned payload slice.
interface
BytePacket
{
packetCount
:
number
;
payload
:
Uint8Array
;
sequence
:
number
;
transientId
:
bigint
;
type
:
BytePacketType
;
}
Index
Properties
packet
Count
payload
sequence
transient
Id
type
Properties
packet
Count
packetCount
:
number
payload
payload
:
Uint8Array
sequence
sequence
:
number
transient
Id
transientId
:
bigint
type
type
:
BytePacketType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
packet
Count
payload
sequence
transient
Id
type
A11 guides
Python API
C++ internals
A11 TypeScript API - v0.2.1
Loading...
Parsed packet metadata plus an owned payload slice.