types

package
v1.0.58 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2023 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package types implements all the types used by the DataStore Nintendo Badge Arcade protocol

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataStoreGetMetaByOwnerIDParam

type DataStoreGetMetaByOwnerIDParam struct {
	nex.Structure
	OwnerIDs     []uint32
	DataTypes    []uint16
	ResultOption uint8
	ResultRange  *nex.ResultRange
}

DataStoreGetMetaByOwnerIDParam is a data structure used by the DataStore Nintendo Badge Arcade protocol

func NewDataStoreGetMetaByOwnerIDParam

func NewDataStoreGetMetaByOwnerIDParam() *DataStoreGetMetaByOwnerIDParam

NewDataStoreGetMetaByOwnerIDParam returns a new DataStoreGetMetaByOwnerIDParam

func (*DataStoreGetMetaByOwnerIDParam) Bytes

func (dataStoreGetMetaByOwnerIDParam *DataStoreGetMetaByOwnerIDParam) Bytes(stream *nex.StreamOut) []byte

Bytes encodes the DataStoreGetMetaByOwnerIDParam and returns a byte array

func (*DataStoreGetMetaByOwnerIDParam) Copy

func (dataStoreGetMetaByOwnerIDParam *DataStoreGetMetaByOwnerIDParam) Copy() nex.StructureInterface

Copy returns a new copied instance of DataStoreGetMetaByOwnerIDParam

func (*DataStoreGetMetaByOwnerIDParam) Equals

func (dataStoreGetMetaByOwnerIDParam *DataStoreGetMetaByOwnerIDParam) Equals(structure nex.StructureInterface) bool

Equals checks if the passed Structure contains the same data as the current instance

func (*DataStoreGetMetaByOwnerIDParam) ExtractFromStream

func (dataStoreGetMetaByOwnerIDParam *DataStoreGetMetaByOwnerIDParam) ExtractFromStream(stream *nex.StreamIn) error

ExtractFromStream extracts a DataStoreGetMetaByOwnerIDParam structure from a stream

func (*DataStoreGetMetaByOwnerIDParam) FormatToString

func (dataStoreGetMetaByOwnerIDParam *DataStoreGetMetaByOwnerIDParam) FormatToString(indentationLevel int) string

FormatToString pretty-prints the struct data using the provided indentation level

func (*DataStoreGetMetaByOwnerIDParam) String

func (dataStoreGetMetaByOwnerIDParam *DataStoreGetMetaByOwnerIDParam) String() string

String returns a string representation of the struct

Jump to

Keyboard shortcuts

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