client

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: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func NewClient

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

func (*Client) Close

func (c *Client) Close() error

func (*Client) Conn

func (c *Client) Conn() net.Conn

func (*Client) DeviceLinkHandshake

func (c *Client) DeviceLinkHandshake() error

func (*Client) DeviceLinkRecv

func (c *Client) DeviceLinkRecv() (interface{}, error)

func (*Client) DeviceLinkSend

func (c *Client) DeviceLinkSend(msg interface{}) error

func (*Client) DisableSSL

func (c *Client) DisableSSL()

func (*Client) EnableSSL

func (c *Client) EnableSSL() error

func (*Client) PairRecord

func (c *Client) PairRecord() *usbmuxd.PairRecord

func (*Client) Recv

func (c *Client) Recv(resp interface{}) error

func (*Client) RecvBytes

func (c *Client) RecvBytes() ([]byte, error)

func (*Client) Request

func (c *Client) Request(req, resp interface{}) error

func (*Client) Send

func (c *Client) Send(req interface{}) error

func (*Client) UDID

func (c *Client) UDID() string

Jump to

Keyboard shortcuts

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