String i2cRxString(byte, byte, int, int)

Receives string data from the device with the given address and register address.

Parameters

Name Description
address byte
The device address.
registerAddress byte
The register address.
count int
The number of characters to receive.
type int
The board type (GPIOTypes).

Return

A string formatted data.

Requirements

KioWare for Android version 4.0 or greater.