Eqmi.Control (eqmi v0.0.2)

CTL control point implementation.

Link to this section Summary

Link to this section Functions

Link to this function

allocate_cid(pid, service)

Specs

allocate_cid(pid(), term()) :: {:ok, term()} | {:error, term()}

allocate client id for a service

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

idle(arg1, arg2, data)

Link to this function

init_ctl(atom1, atom2, data)

Link to this function

release_cid(pid, service, cid)

Specs

release_cid(pid(), term(), term()) :: :ok | {:error, term()}
Link to this function

start_link(server_ref, opts \\ [])

Start up a CallControl GenStateMachine.

Link to this function

wait4_cid(arg1, arg2, data)

Link to this function

wait4_release(arg1, arg2, data)

Link to this function

wait4_sync(arg1, arg2, data)