Class PortRaw
Inheritance
System.Object
PortRaw
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
public class PortRaw : BasePort, IComparable, IConnection, IConnection
Constructors
PortRaw(PortRawInfo)
Declaration
public PortRaw(PortRawInfo info)
Parameters
Properties
IAutomatic
Declaration
[PropertyOrder(8)]
[PropertyAttributesProvider("DynamicPropertyConnected")]
public bool IAutomatic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IMaximumLength
Declaration
[PropertyOrder(10)]
[PropertyAttributesProvider("DynamicPropertyIMemory")]
public string IMaximumLength { get; set; }
Property Value
Type |
Description |
System.String |
|
IMinimumOffset
Declaration
[PropertyOrder(11)]
[PropertyAttributesProvider("DynamicPropertyIMemory")]
public string IMinimumOffset { get; set; }
Property Value
Type |
Description |
System.String |
|
OAutomatic
Declaration
[PropertyOrder(8)]
[PropertyAttributesProvider("DynamicPropertyConnected")]
public bool OAutomatic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OMaximumLength
Declaration
[PropertyOrder(10)]
[PropertyAttributesProvider("DynamicPropertyOMemory")]
public string OMaximumLength { get; set; }
Property Value
Type |
Description |
System.String |
|
OMinimumOffset
Declaration
[PropertyOrder(11)]
[PropertyAttributesProvider("DynamicPropertyOMemory")]
public string OMinimumOffset { get; set; }
Property Value
Type |
Description |
System.String |
|
Protocol
Declaration
public override string Protocol { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
TimeOut
Gets or sets the name of the port.
Declaration
[Browsable(true)]
[PropertyOrder(0)]
[PropertyAttributesProvider("DynamicPropertyConnected")]
[TypeConverter(typeof(Seconds))]
public float TimeOut { get; set; }
Property Value
Type |
Description |
System.Single |
The name of the port.
|
Methods
DataReceived(Byte[])
Declaration
public override void DataReceived(byte[] data)
Parameters
Type |
Name |
Description |
System.Byte[] |
data |
|
Overrides
DataReceived(Object, SerialDataReceivedEventArgs)
Declaration
protected override void DataReceived(object sender, SerialDataReceivedEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.IO.Ports.SerialDataReceivedEventArgs |
e |
|
Overrides
DefaultSourceName(Registers)
Declaration
public override string DefaultSourceName(Registers register)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
Dispose(Boolean)
Declaration
public override bool Dispose(bool force)
Parameters
Type |
Name |
Description |
System.Boolean |
force |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Send(Byte[])
Declaration
public override void Send(byte[] data)
Parameters
Type |
Name |
Description |
System.Byte[] |
data |
|
Overrides
Implements
System.IComparable