head

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BodyProperty

type BodyProperty interface {
	BodyLength() uint16
	SetBodyLength(uint16) (BodyProperty, error)
	EncryptType() msgcomm.EncryptType
	SetEncrypt() BodyProperty
	IsSub() bool
	SetIsSub() BodyProperty
}
type Head interface {
	ID() msgcomm.MsgID
	SetID(id msgcomm.MsgID)
	SerialNum() uint16
	SetSerialNum(uint16)
	Phone() string
	SetPhone(p string)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL