Interface ILocalElement
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Protocol
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Protocol.dll
Represents the local element.
public interface ILocalElement : IDmsElement, IDmsObject, IUpdateable
- Inherited Members
- Extension Methods
Properties
- SLProtocol
An instance of SLProtocol.
Methods
- ClearMonitorQueue()
Every element using Monitors holds a queue of incoming events. This can clear the whole queue. WARNING: this will lead to loss of events.
- GetMonitorQueueSize()
Every element using Monitors holds a queue of incoming events. This can retrieve the current size of that queue.
- GetParameter<T>(int)
Executes a GetParameter(int) and return the value in the desired format.
- GetParameters<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(uint[], out T1, out T2, out T3, out T4, out T5, out T6, out T7, out T8, out T9, out T10)
Gets the desired parameters and converts to the given types.
- GetParameters<T1, T2>(uint[], out T1, out T2)
Gets the desired parameters and converts to the given types.
- GetParameters<T1, T2, T3>(uint[], out T1, out T2, out T3)
Gets the desired parameters and converts to the given types.
- GetParameters<T1, T2, T3, T4>(uint[], out T1, out T2, out T3, out T4)
Gets the desired parameters and converts to the given types.
- GetParameters<T1, T2, T3, T4, T5>(uint[], out T1, out T2, out T3, out T4, out T5)
Gets the desired parameters and converts to the given types.
- GetParameters<T1, T2, T3, T4, T5, T6>(uint[], out T1, out T2, out T3, out T4, out T5, out T6)
Gets the desired parameters and converts to the given types.
- GetParameters<T1, T2, T3, T4, T5, T6, T7>(uint[], out T1, out T2, out T3, out T4, out T5, out T6, out T7)
Gets the desired parameters and converts to the given types.
- GetParameters<T1, T2, T3, T4, T5, T6, T7, T8>(uint[], out T1, out T2, out T3, out T4, out T5, out T6, out T7, out T8)
Gets the desired parameters and converts to the given types.
- GetParameters<T1, T2, T3, T4, T5, T6, T7, T8, T9>(uint[], out T1, out T2, out T3, out T4, out T5, out T6, out T7, out T8, out T9)
Gets the desired parameters and converts to the given types.
- GetTable(int)
Returns a local table.
- SetParameters(params SetParameterRequest[])
Sets multiple parameters at once.
- SetParameters(IDictionary<int, object>)
Sets multiple parameters at once.