#include <WBaseCommunication.h>
◆ ~WBaseCommunication()
| WBase::abstract::~WBaseCommunication |
( |
| ) |
|
|
inline |
◆ CommunicationCallback()
◆ Connect()
Pure virtual method that will help the caller to proceed to the connection to media.
◆ Disconnect()
| virtual void WBase::abstract::Disconnect |
( |
| ) |
|
|
pure virtual |
Pure virtual method that will help the caller to proceed to media disconection.
◆ ExportToCsv()
| virtual void WBase::abstract::ExportToCsv |
( |
String^ | pPathToExport | ) |
|
|
pure virtual |
◆ GetFunctionPointer()
| IntPtr WBase::abstract::GetFunctionPointer |
( |
| ) |
|
|
inline |
◆ GetVersion()
◆ IsConnected()
| bool WBase::abstract::IsConnected |
( |
| ) |
|
|
inline |
Indicates, based on the 'GetConnectionState' method, if the device is connected or not.
- Returns
◆ Pause()
| virtual void WBase::abstract::Pause |
( |
| ) |
|
|
pure virtual |
◆ Play()
| virtual void WBase::abstract::Play |
( |
| ) |
|
|
pure virtual |
◆ Record()
| virtual void WBase::abstract::Record |
( |
| ) |
|
|
pure virtual |
◆ Stop()
| virtual void WBase::abstract::Stop |
( |
| ) |
|
|
pure virtual |
◆ WBaseCommunication()
| WBase::abstract::WBaseCommunication |
( |
| ) |
|
|
inline |
◆ __nativeSettings
| property BaseSettings* WBase::abstract::__nativeSettings |
Initial value:{
BaseSettings* get() {
return _settings;
}
}
protected:
BaseSettings* _settings
◆ _communication
| BaseCommunication* WBase::abstract::_communication |
◆ _monitoringExit
| bool WBase::abstract::_monitoringExit = false |
◆ _sensor
| BaseSensor* WBase::abstract::_sensor |
|
protected |
◆ Communication
◆ Settings
| property WBaseSettings WBase::abstract::Settings |
◆ Status
| property RecorderStatus WBase::abstract::Status |
The documentation for this class was generated from the following files: