Module ecapnp_capability

Capability support.

Copyright © 2013, Andreas Stenius

Behaviours: gen_server.

Authors: Andreas Stenius (kaos@astekk.se).

Description

Capability support.

Everything capability.

Function Index

dispatch_call/4
dispatch_call/5
start/1 Starts server for a capability described by the schema interface node.
start_link/1
stop/1

Function Details

dispatch_call/4

dispatch_call(Cap, ItfID, MethID, Params) -> any()

dispatch_call/5

dispatch_call(Cap, ItfID, MethID, Params, Results) -> any()

start/1

start(Args::list()) -> {ok, Pid} | ignore | {error, Error}

Starts server for a capability described by the schema interface node.

start_link/1

start_link(Args) -> any()

stop/1

stop(Cap) -> any()


Generated by EDoc, May 30 2014, 12:56:28.