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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.