public class DigitalChannel
Public Class DigitalChannel
public ref class DigitalChannel
Gemstone.COMTRADE.DigitalChannel = function();
Type.createClass(
'Gemstone.COMTRADE.DigitalChannel');
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. |
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. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString |
Converts DigitalChannel to its string format.
(Overrides ObjectToString) |