|
◆ companion_proxy_start_forwarding_service_port()
Start forwarding a service port on the companion device to a port on the idevice.
- See also
- companion_proxy_stop_forwarding_service_port
- Parameters
-
client | The companion_proxy client |
remote_port | remote port |
service_name | The name of the service that shall be forwarded |
forward_port | Pointer that will receive the newly-assigned port accessible via USB/Network on the idevice |
options | PLIST_DICT with additional options. Currently known are IsServiceLowPriority (boolean) and PreferWifi (boolean). |
- Returns
- COMPANION_PROXY_E_SUCCESS on success, or a COMPANION_PROXY_E_* error code otherwise.
|