C-DEngine 5.105

TheSensorSubscription..::..SampleRate Property

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<int> SampleRate { get; set; }
Public Property SampleRate As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int^> SampleRate {
	Nullable<int^> get ();
	void set (Nullable<int^> value);
}