Idris2Doc : Bindings.RtlSdr.EEProm

Bindings.RtlSdr.EEProm

Definitions

readEEProm : PtrRtlSdrHandle->Int->Int->IO (EitherRTLSDR_ERRORBuffer)
  Read EEPROM connected to RTL device

@h is the device handle
@o is the offset address where the data should be read from
@l is the length of the data to read

Totality: total
Visibility: export
writeEEProm : PtrRtlSdrHandle->Buffer->Int->IO (EitherRTLSDR_ERROR ())
  Write EEPROM connected to RTL device

@h is the device handle
@b is the buffer of data to be written
@o is the offset address where the data should be written to

Totality: total
Visibility: export