package
0.1.20
Repository: https://github.com/indra-labs/indra.git
Documentation: pkg.go.dev

# Functions

Cat takes a slice of byte slices and packs them together in a packet.
No description provided by the author
DecodeUint16 returns an int containing the little endian encoded 32bit value stored in a 4 byte long slice.
DecodeUint24 returns an int containing the little endian encoded 24bit value stored in a 3 byte long slice.
DecodeUint32 returns an int containing the little endian encoded 32bit value stored in a 4 byte long slice.
DecodeUint64 returns an int containing the little endian encoded 64-bit value stored in a 4 byte long slice.
EncodeUint16 puts an int into a uint32 and then into 2 byte long slice.
EncodeUint24 puts an int into a uint32 and then into 3 byte long slice.
EncodeUint32 puts an int into a uint32 and then into 4 byte long slice.
EncodeUint64 puts an int into a uint32 and then into 8 byte long slice.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author