Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Function ¶
type Function uint8
Function represents the NBP packet Function field.
type Packet ¶
type Packet struct {
Function Function // top 4 bits of first byte
// TupleCount uint4 // bottom 4 bits of first byte
NBPID uint8
Tuples []Tuple
}
Packet represents an NBP packet.
Click to show internal directories.
Click to hide internal directories.