Additional Information
There are no explicit methods for accessing the remaining part of the AL STATUS register. The Error Ind flag (bit 4), can be inferred from the content of the AL STATUS CODE register: in fact, as indicated
here whenever the requested state is not acknowledged by the slave, the slave sets the Error Ind flag in the AL STATUS register and writes an error code to the AL STATUS CODE register which, by default, is zero. The Error Ind flag content of the AL STATUS register can therefore be considered as 1 whenever the AL STATUS CODE register is different from 0, so you can induce the content of the Error Ind flag from the
statusCode returned from the GetState method.