Description
Opt whether to have the sensor pulse in a direction opposite from that which is set. This is useful if you want pulsing to display in the same direction as usual but pulsing is faster than the animation step.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property FreqReverseDir() As Boolean
|
[C#] |
---|
public bool FreqReverseDir {get; set;}
|
[Managed C++] |
---|
public: __property bool get_FreqReverseDir(); public: __property void set_FreqReverseDir(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_FreqReverseDir(
VARIANT_BOOL * pVal
);
public: HRESULT put_FreqReverseDir(
VARIANT_BOOL pVal
);
|
[Java] |
---|
public bool getFreqReverseDir();
public void setFreqReverseDir(
bool
);
|
See Also