SenseRecorder Constructor

Constructor

Namespace: Lumia.Sense.Testing
Assembly: Lumia.Sense.Testing (in Lumia.Sense.Testing.dll) Version: 255.255.255.255

Syntax

public SenseRecorder(
    ISensor sensor
)
'Declaration
Public Sub New ( 
    sensor As ISensor
)
public:
SenseRecorder(
    [InAttribute] ISensor^ sensor
)
Lumia.Sense.Testing.SenseRecorder = function(sensor);

Parameters

Exceptions

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

See Also

SenseRecorder Class

SenseRecorder.SenseRecorder Members

Lumia.Sense.Testing Namespace