SenseRecorder Constructor
Constructor
Namespace: Lumia.Sense.Testing
Assembly: Lumia.Sense.Testing (in Lumia.Sense.Testing.dll) Version: 255.255.255.255
public:
SenseRecorder(
[InAttribute] ISensor^ sensor
)
Parameters
- sensor
- Type: Lumia.Sense::ISensor
sensor to be recorded
| Exception | Condition |
|---|---|
| COMException | All errors are thrown as instances of COMException. To get details about the error pass the HResult property of the exception to GetSenseError(Int32). This method can return the following SenseError enumeration values: GeneralFailure |
Show: