Documentation ¶ Index ¶ type QRCode func NewQRCode(appId uint64, countryCode, ssId, password, bssId string) (*QRCode, error) func ParseQRCodeMessage(message string) (*QRCode, error) func (q *QRCode) AppId() uint64 func (q *QRCode) BssId() *net.HardwareAddr func (q *QRCode) CountryCode() string func (q *QRCode) EncodedMessage() string func (q *QRCode) Password() string func (q *QRCode) SsId() string func (q *QRCode) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type QRCode ¶ type QRCode struct { // contains filtered or unexported fields } func NewQRCode ¶ func NewQRCode(appId uint64, countryCode, ssId, password, bssId string) (*QRCode, error) func ParseQRCodeMessage ¶ func ParseQRCodeMessage(message string) (*QRCode, error) func (*QRCode) AppId ¶ func (q *QRCode) AppId() uint64 func (*QRCode) BssId ¶ func (q *QRCode) BssId() *net.HardwareAddr func (*QRCode) CountryCode ¶ func (q *QRCode) CountryCode() string func (*QRCode) EncodedMessage ¶ func (q *QRCode) EncodedMessage() string func (*QRCode) Password ¶ func (q *QRCode) Password() string func (*QRCode) SsId ¶ func (q *QRCode) SsId() string func (*QRCode) String ¶ func (q *QRCode) String() string Source Files ¶ View all Source files qrcode.go Click to show internal directories. Click to hide internal directories.