View Source XGPS.Port.Reader (Elixir.XGPS v1.0.0)
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
Arguments given as a keyword list like this: [port_name: "<PORTNAME>", driver: "<DRIVERNAME>", speed: <SPEED_AS_INT>]. Only portname is mandatory in the keyword list.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Callback implementation for GenServer.init/1
.
Arguments given as a keyword list like this: [port_name: "<PORTNAME>", driver: "<DRIVERNAME>", speed: <SPEED_AS_INT>]. Only portname is mandatory in the keyword list.