Sensor class

Implementers

Constructors

Sensor.new(String guid)

Methods

close() Future<void>
connect() Future<void>
disconnect() Future<void>
dispose() Future
execute(FSensorCommand command) Future<void>
isSupportedCommand(FSensorCommand command) Future<bool>
isSupportedFeature(FSensorFeature feature) Future<bool>
isSupportedParameter(FSensorParameter parameter) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

api NeuroApi
final