Documentation ¶
Overview ¶
Package openstdio is used to open a new socket connection that can be used to connect an app launched with appservice
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct { // ID is required whenever we need to tell iOS which socket should be used // (for example when we launch an app we need to pass this id so that the system knows which socket should be used) ID uuid.UUID // contains filtered or unexported fields }
Connection is a single connection to the stdio socket
func NewOpenStdIoSocket ¶
func NewOpenStdIoSocket(device ios.DeviceEntry) (Connection, error)
NewOpenStdIoSocket creates a new stdio-socket on the device and the returned connection can be used to read and write from this socket
Click to show internal directories.
Click to hide internal directories.