Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ByteOrder string `toml:"byte_order,omitempty"`
}
func (Config) GetByteOrder ¶
type EnumDescriptor ¶
type EnumDescriptor []string
type PacketParser ¶
type PacketParser struct {
// contains filtered or unexported fields
}
func CreatePacketParser ¶
func (*PacketParser) Decode ¶
func (parser *PacketParser) Decode(id uint16, raw []byte, metadata packet.Metadata) (models.PacketUpdate, error)
type ValueDescriptor ¶
Click to show internal directories.
Click to hide internal directories.