Documentation ¶
Index ¶
- type Connection
- func (mcInstallConn *Connection) AddProfile(profilePlist []byte) error
- func (mcInstallConn *Connection) AddProfileSupervised(filebytes []byte, bytes []byte, password string) error
- func (mcInstallConn *Connection) Close() error
- func (mcInstallConn *Connection) Escalate(p12bytes []byte, p12Password string) error
- func (mcInstallConn *Connection) HandleList() ([]ProfileInfo, error)
- func (mcInstallConn *Connection) RemoveProfile(identifier string) error
- type ProfileInfo
- type ProfileManifest
- type ProfileMetadata
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func New ¶
func New(device ios.DeviceEntry) (*Connection, error)
func (*Connection) AddProfile ¶ added in v1.0.57
func (mcInstallConn *Connection) AddProfile(profilePlist []byte) error
func (*Connection) AddProfileSupervised ¶ added in v1.0.57
func (mcInstallConn *Connection) AddProfileSupervised(filebytes []byte, bytes []byte, password string) error
func (*Connection) Close ¶
func (mcInstallConn *Connection) Close() error
Close closes the underlying DeviceConnection
func (*Connection) Escalate ¶ added in v1.0.57
func (mcInstallConn *Connection) Escalate(p12bytes []byte, p12Password string) error
func (*Connection) HandleList ¶
func (mcInstallConn *Connection) HandleList() ([]ProfileInfo, error)
func (*Connection) RemoveProfile ¶ added in v1.0.57
func (mcInstallConn *Connection) RemoveProfile(identifier string) error
type ProfileInfo ¶ added in v1.0.57
type ProfileInfo struct { Identifier string Manifest ProfileManifest Metadata ProfileMetadata Status string }
type ProfileManifest ¶ added in v1.0.57
Click to show internal directories.
Click to hide internal directories.