Constructor
FridaPortalServicenew
Declaration
FridaPortalService*
frida_portal_service_new (
FridaEndpointParameters* cluster_params,
FridaEndpointParameters* control_params
)
Parameters
cluster_params-
Type:
FridaEndpointParametersThe endpoint that nodes connect to.
The data is owned by the caller of the function. control_params-
Type:
FridaEndpointParametersThe endpoint that controllers connect to, or null to disable the control endpoint.
The argument can be NULL.The data is owned by the caller of the function.
Return value
Type: FridaPortalService
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |