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.
Read-write property
[Visual Basic .NET] |
---|
Public Property FreqReverseDir() As Boolean |
[C#] |
---|
public bool FreqReverseDir {get; set;} |
[Managed C++] |
---|
public: __property bool get_FreqReverseDir(); |
[Unmanaged C++] |
---|
public: HRESULT get_FreqReverseDir( VARIANT_BOOL * pVal ); public: HRESULT put_FreqReverseDir( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getFreqReverseDir(); public void setFreqReverseDir( bool ); |