Interface ITrignoRfComponent
Interface for RF components.
Namespace: DelsysAPI.Contracts
Assembly: DelsysAPI.dll
Syntax
public interface ITrignoRfComponent
Properties
Configuration
Configuration of the component.
Declaration
TrignoRfCompConfig Configuration { get; set; }
Property Value
| Type | Description |
|---|---|
| TrignoRfCompConfig |
Properties
Properties of the component.
Declaration
TrignoProperties Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| TrignoProperties |