Show / Hide Table of Contents

Class STXETX

Inheritance
System.Object
Connection
Connection
SocketConnection
STXETX
Implements
System.IComparable
IConnection
Inherited Members
SocketConnection.ClientIp
SocketConnection.Ip
SocketConnection.Mode
SocketConnection.Port
SocketConnection.Socket
SocketConnection.State
SocketConnection.Connect()
SocketConnection.Disconnect()
SocketConnection.Dispose(Boolean)
SocketConnection.EstablishConnection()
SocketConnection.Send(Byte[])
SocketConnection.Send(Byte[], String)
SocketConnection.TruncateLog()
Connection.SYNCHRONIZED
Connection.OnTelegramReceived
Connection.Server
Connection.DataReceived(Byte[])
Connection.DataReceivedInvoked(Byte[])
Connection.Reset()
Connection.Send(String)
Connection.ShowContextMenu(List<Environment.UI.Toolbar.BarItem>)
Connection.COMTEST
Connection.iolog
Connection.OnConnected
Connection.OnConnectionIdChanged
Connection.OnDisconnected
Connection.OnBeforeDisconnectManually
Connection.OnDisposed
Connection.OnMessageReceived
Connection.OnDiagnostic
Connection.OnNameChanged
Connection.Items
Connection.AutoConnect
Connection.AutoConnectDelay
Connection.Direction
Connection.Disposed
Connection.Error
Connection.HighLevel
Connection.Id
Connection.Image
Connection.Name
Connection.Notification
Connection.ObjectType
Connection.Replayable
Connection.Warning
Connection.NumberOfDigits
Connection.Menu
Connection.Info
Connection.Add(Connection)
Connection.ConnectionIdUsed(Int32)
Connection.AutoConnectAll()
Connection.Count(Type)
Connection.Get(Int32)
Connection.GetValideConnectionId()
Connection.GetValideConnectionPortNumber()
Connection.GetValidName(String)
Connection.NameUsed(String)
Connection.Remove(Connection)
Connection.ValidDataLength(Int32, Int32, UInt32)
Connection.CloseLog()
Connection.CompareTo(Object)
Connection.DataReceivedInvoked(Byte[], String)
Connection.ToString()
Connection.LowLevelProtocols
Connection.HighLevelProtocols
Connection.ConnectionEstablished()
Connection.ConnectionLost()
Connection.CreateLog(Int32)
Connection.Diagnostic(String)
Connection.Information(String)
Connection.StateChanged()
Connection.StateChanged(States)
Connection.Context
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.Communication.TCPIP
Assembly: Experior.Core.dll
Syntax
public class STXETX : SocketConnection, IComparable, IConnection

Constructors

STXETX(ConnectionInfo)

Declaration
public STXETX(ConnectionInfo info)
Parameters
Type Name Description
ConnectionInfo info

Properties

Protocol

Declaration
public override string Protocol { get; }
Property Value
Type Description
System.String
Overrides
Connection.Protocol

Methods

Create()

Declaration
protected override void Create()
Overrides
SocketConnection.Create()

Implements

System.IComparable
IConnection
Back to top Generated by DocFX