Documentation
¶
Overview ¶
Package payload is used to concatenate an integer header and a set of bytes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPayload32 ¶ added in v1.6.11
type IPayload32 interface { GetHead() uint32 // contains filtered or unexported methods }
func LoadPayload32 ¶ added in v1.6.11
func LoadPayload32(pPayloadBytes []byte) IPayload32
func NewPayload32 ¶ added in v1.6.11
func NewPayload32(pHead uint32, pData []byte) IPayload32
type IPayload64 ¶ added in v1.6.11
type IPayload64 interface { GetHead() uint64 // contains filtered or unexported methods }
func LoadPayload64 ¶ added in v1.6.11
func LoadPayload64(pPayloadBytes []byte) IPayload64
func NewPayload64 ¶ added in v1.6.11
func NewPayload64(pHead uint64, pData []byte) IPayload64
Click to show internal directories.
Click to hide internal directories.