|
string | DisplayName () |
| Define the display name to use for the device.
|
|
string | Description () |
| Define the tracking description.
|
|
string | Manufacturer () |
| Define the Manufacturer.
|
|
string | Version () |
| Define the provider version.
|
|
bool | Init () |
| Initialize the provider.
|
|
bool | Clean () |
| Clean the provider and dispose resources allowed.
|
|
bool | IsPresent () |
| Define if the tracking APIs are available or not.
|
|
void | RenderHaptics () |
|
Definition at line 9 of file IHapticProvider.cs.
◆ Clean()
bool Interhaptics.Platforms.IHapticProvider.Clean |
( |
| ) |
|
Clean the provider and dispose resources allowed.
- Returns
- Return true if the provider was properly cleaned. False otherwise
◆ Description()
string Interhaptics.Platforms.IHapticProvider.Description |
( |
| ) |
|
Define the tracking description.
- Returns
- The tracking description
◆ DisplayName()
string Interhaptics.Platforms.IHapticProvider.DisplayName |
( |
| ) |
|
Define the display name to use for the device.
- Returns
- The device name
◆ Init()
bool Interhaptics.Platforms.IHapticProvider.Init |
( |
| ) |
|
Initialize the provider.
- Returns
- Return true if the provider was correctly initialized. False otherwise
◆ IsPresent()
bool Interhaptics.Platforms.IHapticProvider.IsPresent |
( |
| ) |
|
Define if the tracking APIs are available or not.
- Returns
- True if ready to receive haptics data. False otherwise
◆ Manufacturer()
string Interhaptics.Platforms.IHapticProvider.Manufacturer |
( |
| ) |
|
Define the Manufacturer.
- Returns
- The manufacturer name
◆ RenderHaptics()
void Interhaptics.Platforms.IHapticProvider.RenderHaptics |
( |
| ) |
|
◆ Version()
string Interhaptics.Platforms.IHapticProvider.Version |
( |
| ) |
|
Define the provider version.
- Returns
- The provider version
The documentation for this interface was generated from the following file: