MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
Dummy class representing a sample of sensor data within the context of programming advanced reactions in a data route. More...
Public Member Functions | |
IDataToken | Slice (byte offset, byte length) |
Creates a More... | |
Dummy class representing a sample of sensor data within the context of programming advanced reactions in a data route.
IDataToken MbientLab.MetaWear.IDataToken.Slice | ( | byte | offset, |
byte | length | ||
) |
Creates a
DataToken
copy that represents a portion of the original data
offset | Byte to start copying from |
length | Number of bytes to copy |