Class RFC1006
Inheritance
System.Object
RFC1006
Implements
System.IComparable
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 RFC1006 : SocketConnection, IComparable, IConnection
Constructors
RFC1006(RFC1006CommunicationInfo)
Declaration
public RFC1006(RFC1006CommunicationInfo info)
Parameters
Properties
ConnectionID
Declaration
[PropertyOrder(2)]
[PropertyAttributesProvider("DynamicPropertyConnected")]
public int ConnectionID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LocalTSAP
Declaration
[PropertyOrder(1)]
[PropertyAttributesProvider("DynamicPropertyConnected")]
public string LocalTSAP { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxTPDUBytes
Declaration
[PropertyOrder(4)]
[PropertyAttributesProvider("DynamicPropertyConnected")]
public int MaxTPDUBytes { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MaxTPDUSize
Declaration
[PropertyOrder(3)]
[PropertyAttributesProvider("DynamicPropertyConnected")]
public byte MaxTPDUSize { get; set; }
Property Value
Type |
Description |
System.Byte |
|
Protocol
Declaration
public override string Protocol { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
RemoteTSAP
Declaration
[PropertyOrder(0)]
[PropertyAttributesProvider("DynamicPropertyConnected")]
public string RemoteTSAP { get; set; }
Property Value
Type |
Description |
System.String |
|
SendConnectionRequest
Declaration
[PropertyOrder(5)]
[PropertyAttributesProvider("DynamicPropertyConnected")]
public bool SendConnectionRequest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SignOfLife
Declaration
[PropertyOrder(6)]
[PropertyAttributesProvider("DynamicPropertyConnectionState")]
public bool SignOfLife { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SignOfLifeInterval
Declaration
[PropertyOrder(7)]
[PropertyAttributesProvider("DynamicPropertyConnectionStateSignOfLife")]
public int SignOfLifeInterval { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SignOfLifeTimeout
Declaration
[PropertyOrder(8)]
[PropertyAttributesProvider("DynamicPropertyConnectionStateSignOfLife")]
public int SignOfLifeTimeout { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Create()
Declaration
protected override void Create()
Overrides
StateChanged(TCP, States)
Declaration
protected void StateChanged(TCP sender, States state)
Parameters
Type |
Name |
Description |
TCP |
sender |
|
States |
state |
|
Implements
System.IComparable