types

package
v0.0.0-...-d944ee7 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2023 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MetaBinary

type MetaBinary struct {
	DataID            uint32
	OwnerPID          uint32
	Name              string
	DataType          uint16
	Buffer            []byte
	Permission        uint8
	DeletePermission  uint8
	Flag              uint32
	Period            uint16
	Tags              []string
	PersistenceSlotID uint16
	ExtraData         []string
	CreationTime      *nex.DateTime
	UpdatedTime       *nex.DateTime
	ReferredTime      *nex.DateTime
	ExpireTime        *nex.DateTime
}

func NewMetaBinary

func NewMetaBinary() *MetaBinary

type Tip

type Tip struct {
	DataStoreProfileID uint64
	MiiversePostID     string
	Stars              uint32
}

func NewTip

func NewTip() *Tip

func (*Tip) ExtractFromStream

func (tip *Tip) ExtractFromStream(stream *nex.StreamIn)

ExtractFromStream extracts a Tip from a stream

type TipBucket

type TipBucket struct {
	Platform uint16
	Tips     []*Tip
}

func NewTipBucket

func NewTipBucket() *TipBucket

func (*TipBucket) ExtractFromStream

func (tipBucket *TipBucket) ExtractFromStream(stream *nex.StreamIn)

ExtractFromStream extracts a TipBucket from a stream

Jump to

Keyboard shortcuts

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