Class Controller.Ghost
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()
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
[TypeConverter(typeof(ObjectConverter))]
public class Ghost : IScript, IIScript, IModelController, IDisposable
Constructors
Ghost(String)
Declaration
public Ghost(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
Received(Connection, Byte[])
Declaration
protected virtual void Received(Connection connection, byte[] message)
Parameters
Type | Name | Description |
---|---|---|
Connection | connection | |
System.Byte[] | message |
Received(Connection, String)
Declaration
protected virtual void Received(Connection connection, string telegram)
Parameters
Type | Name | Description |
---|---|---|
Connection | connection | |
System.String | telegram |
Send(Int32, Byte[])
Declaration
public void Send(int id, byte[] message)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | id | |
System.Byte[] | message |
Send(Int32, String)
Declaration
public void Send(int id, string telegram)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | id | |
System.String | telegram |
Implements
System.IDisposable