diagnostics_relay

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: May 22, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MobileGestaltEncrypt

func MobileGestaltEncrypt(key string) string

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(udid string) (*Client, error)

func (*Client) Close

func (c *Client) Close() error

func (*Client) Diagnostics

func (c *Client) Diagnostics(diagnosticType string) error

func (*Client) Goodbye

func (c *Client) Goodbye() error

func (*Client) IORegistry

func (c *Client) IORegistry(plane, entryName, entryClass string) error

func (*Client) MobileGestalt

func (c *Client) MobileGestalt(keys ...string) error

func (*Client) Restart

func (c *Client) Restart() error

func (*Client) Shutdown

func (c *Client) Shutdown() error

func (*Client) Sleep

func (c *Client) Sleep() error

type IORegistryRequest

type IORegistryRequest struct {
	Request
	CurrentPlane string `plist:"CurrentPlane,omitempty"`
	EntryName    string `plist:"EntryName,omitempty"`
	EntryClass   string `plist:"EntryClass,omitempty"`
}

type MobileGesaltRequest

type MobileGesaltRequest struct {
	Request
	MobileGestaltKeys []string `plist:"MobileGestaltKeys"`
}

type Request

type Request struct {
	Request string `plist:"Request"`
}

type Response

type Response map[string]interface{}

Jump to

Keyboard shortcuts

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