SharpBCI
A multi-threaded brain control interface (BCI) library in C#
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
SharpBCI.TrainedEvent Class Reference

A generic event which indicates previously trained event occured. More...

Public Member Functions

 TrainedEvent (int i)
 

Public Attributes

readonly int id
 Which trained event was detected. More...
 
readonly DateTime time
 When the event was detected. More...
 

Detailed Description

A generic event which indicates previously trained event occured.

Constructor & Destructor Documentation

SharpBCI.TrainedEvent.TrainedEvent ( int  i)

Member Data Documentation

readonly int SharpBCI.TrainedEvent.id

Which trained event was detected.

readonly DateTime SharpBCI.TrainedEvent.time

When the event was detected.


The documentation for this class was generated from the following file: