Eqmi (eqmi v0.0.2)
Documentation for Eqmi
.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
Link to this section Functions
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
client(pid, type)
Link to this function
get_message_type(msg_id)
Link to this function
get_sender_type(type_id)
Link to this function
get_service_type(svc_id)
Link to this function
init(device)
Callback implementation for GenServer.init/1
.
Link to this function
message_type_id(msg_name)
Link to this function
qmux_message(header, payload)
Link to this function
qmux_message(pid, client_ref, ctrl_flag, service, messages)
Link to this function
release_client(pid, ref)
Link to this function
send_message(pid, ref, msg)
Link to this function
send_raw(pid, msg)
Link to this function
sender_type_id(msg_name)
Link to this function
service_type_id(msg_name)
Link to this function
start_link(dev, opts \\ [])
Link to this function