cangaroo
Values
pub fn close(client: types.CanClient) -> Nil
pub fn recv_own_messages(
client: types.CanClient,
value: Bool,
) -> Result(Nil, errors.CanError)
pub fn send(
client: types.CanClient,
frame: types.CanFrame,
) -> Result(Nil, errors.CanError)
pub fn set_error_filter(
client: types.CanClient,
filter: Int,
) -> Result(Nil, errors.CanError)
pub fn set_filters(
client: types.CanClient,
filters: List(types.CanFilter),
) -> Result(Nil, errors.CanError)
pub fn set_loopback(
client: types.CanClient,
value: Bool,
) -> Result(Nil, errors.CanError)
pub fn start_link(
interface: String,
) -> Result(types.CanClient, errors.CanError)