qrcode

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Create

type Create struct {
	Text                 string
	ErrorCorrectionLevel mo_string.SelectString
	Mode                 mo_string.SelectString
	Size                 mo_int.RangeInt
	Out                  mo_path.FileSystemPath
}

func (*Create) Exec

func (z *Create) Exec(c app_control.Control) error

func (*Create) Preset

func (z *Create) Preset()

func (*Create) Test

func (z *Create) Test(c app_control.Control) error

type Wifi

type Wifi struct {
	ErrorCorrectionLevel mo_string.SelectString
	Hidden               mo_string.SelectString
	Mode                 mo_string.SelectString
	NetworkType          mo_string.SelectString
	Out                  mo_path.FileSystemPath
	Size                 mo_int.RangeInt
	Ssid                 string
	AskPassword          app_msg.Message
	OperationCancelled   app_msg.Message
}

Generate Wifi configuration QR code @see https://github.com/zxing/zxing/blob/b1c85db64e0ef13e7d8a4c9de32bd94c76eea5d8/core/src/main/java/com/google/zxing/client/result/WifiResultParser.java#L22

WIFI:T:[network type];S:[network SSID];P:[network password];H:[hidden?];;

func (*Wifi) Exec

func (z *Wifi) Exec(c app_control.Control) error

func (*Wifi) Preset

func (z *Wifi) Preset()

func (*Wifi) Test

func (z *Wifi) Test(c app_control.Control) error

Jump to

Keyboard shortcuts

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