joinrequest

package
v0.3.67 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2018 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JoinRequest

type JoinRequest interface {
	mhdr.MHDR
	AppEUI() []byte
	DevEUI() []byte
	DevNonce() []byte
	MIC() []byte
}

JoinRequest serve the methods which can be used on a Join Request message

func New

func New(Major mhdr.MajorVersion, appeui, deveui, appkey, devnonce []byte) (JoinRequest, error)

New create a new Join Request

func Parse

func Parse(bb []byte) (JoinRequest, error)

Parse converts a byte array to a Join Request

Jump to

Keyboard shortcuts

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