SamplingFrequency Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the current sampling rate being used for touch data, in microseconds between samples.

Namespace:  Microsoft.SPOT.Touch
Assembly:  Microsoft.SPOT.Touch (in Microsoft.SPOT.Touch.dll)

Syntax

'Declaration
Public Shared Property SamplingFrequency As Integer
public static int SamplingFrequency { get; set; }
public:
static property int SamplingFrequency {
    int get ();
    void set (int value);
}
static member SamplingFrequency : int with get, set
static function get SamplingFrequency () : int
static function set SamplingFrequency (value : int)

Property Value

Type: System. . :: . .Int32
The number of microseconds between samples.

.NET Framework Security

See Also

Reference

TouchCollectorConfiguration Class

Microsoft.SPOT.Touch Namespace