View Source ExVisa.VisaBehaviour behaviour (ex_visa v0.2.1)

Link to this section Summary

Link to this section Callbacks

@callback init_state(port_name :: String.t()) :: any()
Link to this callback

list_resources(content, state)

View Source
@callback list_resources(content :: any(), state :: any()) :: any()
@callback query(content :: any(), state :: any()) :: any()
@callback write(content :: any(), state :: any()) :: any()