Class Logic
Inheritance
System.Object
Logic
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Experior.Core.dll
Syntax
[TypeConverter(typeof(ObjectConverter))]
public class Logic : IScript, IIScript, IModelController, IDisposable
Constructors
Logic(String)
Declaration
public Logic(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Methods
Continue()
Declaration
protected virtual void Continue()
Dispose()
Declaration
public override void Dispose()
Overrides
Elapsed(Object)
Declaration
protected virtual void Elapsed(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Declaration
protected virtual void Input(string symbol, object value)
Parameters
Type |
Name |
Description |
System.String |
symbol |
|
System.Object |
value |
|
Declaration
protected virtual void InputData(int id, uint startadresse, byte[] data)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
System.UInt32 |
startadresse |
|
System.Byte[] |
data |
|
MotorStarted(Motor)
Declaration
protected virtual void MotorStarted(Motor motor)
Parameters
Type |
Name |
Description |
Motor |
motor |
|
MotorStopped(Motor)
Declaration
protected virtual void MotorStopped(Motor motor)
Parameters
Type |
Name |
Description |
Motor |
motor |
|
Off(Object, String)
Declaration
protected virtual void Off(object trigger, string symbol)
Parameters
Type |
Name |
Description |
System.Object |
trigger |
|
System.String |
symbol |
|
On(Object, String)
Declaration
protected virtual void On(object trigger, string symbol)
Parameters
Type |
Name |
Description |
System.Object |
trigger |
|
System.String |
symbol |
|
Pause()
Declaration
protected virtual void Pause()
Reset()
Declaration
protected virtual void Reset()
ValueChanged(String, Object)
Declaration
protected virtual void ValueChanged(string symbol, object value)
Parameters
Type |
Name |
Description |
System.String |
symbol |
|
System.Object |
value |
|
Implements
System.IDisposable