Module Values.CanInterfaceSource

A single controller area network (CAN) device interface.

Sourcetype nonrec t = {
  1. name : CanInterfaceName.t;
    (*

    The unique name of the interface.

    *)
  2. protocolName : ProtocolName.t option;
    (*

    The name of the communication protocol for the interface.

    *)
  3. protocolVersion : ProtocolVersion.t option;
    (*

    The version of the communication protocol for the interface.

    *)
}
Sourceval context_ : string
Sourceval make : ?protocolName:??? -> ?protocolVersion:??? -> name:CanInterfaceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CanInterfaceName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t