Namespace Belay.Core.Examples
Classes
Represents a single environmental sensor reading.
Simple example device demonstrating [Task] attribute method interception. This shows how users can inherit from Device and use attributes for method execution.
Interfaces
Interface demonstrating comprehensive attribute-driven device programming. This environmental monitoring device showcases the complete lifecycle using [Setup], [Task], [Thread], and [Teardown] attributes with method interception.
Example interface demonstrating method interception with the [Task] attribute. This interface shows the recommended pattern for using Belay.NET's attribute-based programming model.
Example interface demonstrating method interception with the [Task] and [PythonCode] attributes. This interface shows how to embed Python code directly in method declarations.