BiotacT
Namespace: BRML.Drivers
Parent Module: Biotac
Constructors
Constructor | Description |
new(config)
Signature: config:BioTacCfgT -> BiotacT
|
CompiledName: .ctor
|
Instance members
Instance member | Description |
CurrentSample
Signature: BioTacSampleT
|
The latest acquired sensor sample.
CompiledName: get_CurrentSample
|
Dispose()
Signature: unit -> unit
|
Disposes the driver instance.
|
GetNextSample()
Signature: unit -> BioTacSampleT
|
Waits for the next sensor sample and returns it.
|
SampleAcquired
Signature: IEvent<BioTacSampleT>
|
Event that is raised, when a new sensor sample has been acquired.
CompiledName: get_SampleAcquired
|
Serial
Signature: String option
|
Biotac serial number.
CompiledName: get_Serial
|