Skip to content

Read data from Sensor #10

@muuki88

Description

@muuki88

Use the ISensorDriver attached to an concrete ISensor instance to read the data.

ISensor sensor = ...;

// Getting all data from the sensor
Instances instances = sensor.getData();

// Gets the time interval of the data
Interval interval = sensor.getInterval();

Use this testfile for testing. Copy it on an usb stick with no other files ending with .sdr

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions