Class SamplesAvailableEventArgs
Event arguments class for the SamplesAvailable event
Namespace: VE3NEA.HamCockpit.PluginAPI
Assembly: VE3NEA.HamCockpit.PluginAPI.dll
Syntax
public sealed class SamplesAvailableEventArgs : EventArgs
Constructors
Name | Description |
---|---|
SamplesAvailableEventArgs(Single[], Int32, Int32) | Initializes a new instance of the SamplesAvailableEventArgs class. |
Properties
Name | Description |
---|---|
Count | Gets the number of values. |
Data | Gets the data array. |
Offset | Offset if the first available value |