DigitalChannel Class

Represents a digital channel definition of the Schema.

Definition

Namespace: Gemstone.COMTRADE
Assembly: Gemstone.COMTRADE (in Gemstone.COMTRADE.dll) Version: 1.0.128 -- Release Build+c1068d6f7b1cbea5c860803b7fe23d1a1d3918a0
public class DigitalChannel
Inheritance
Object    DigitalChannel

Constructors

DigitalChannel(Int32) Creates a new instance of the DigitalChannel.
DigitalChannel(String, Int32, Boolean) Creates a new instance of the DigitalChannel from an existing line image.

Properties

ChannelName Gets or sets channel name component of this DigitalChannel.
CircuitComponent Gets or sets circuit component of this DigitalChannel.
Index Gets or sets index of this DigitalChannel.
Name Gets or sets name of this DigitalChannel formatted as station_name:channel_name.
NormalState Gets or sets normal state of this DigitalChannel.
PhaseID Gets or sets the 2-character phase identifier for this DigitalChannel.
StationName Gets or sets station name component of this DigitalChannel.
Version Gets target schema version.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Converts DigitalChannel to its string format.
(Overrides ObjectToString)

See Also