initMEMS method

  1. @protected
  2. @mustCallSuper
dynamic initMEMS(
  1. String guid,
  2. NeuroApi api
)

Implementation

@protected
@mustCallSuper
initMEMS(String guid, NeuroApi api) {
  _guid = guid;
  _api = api;
  _memsChanelStreamWrapper = EventChannelStreamWrapper(
      _guid, _memsChannelStream, _onMEMSDataReceived);
}