BrainBit for developers Subscribe for updates Visit website

ParameterAccess

Package: com.neuromd.neurosdk

An enumeration that is used to get information about the possibility of changing the parameter supported by the device. Is a field of the Parameter class

Includes the following fields:

Read

The parameter is read-only

ReadNotify

The parameter is read-only. A change in the value of this parameter can be tracked using an alert SubscribersNotifier<ParameterName>.

ReadWrite

The parameter is available for both reading and writing.