Method | Description | |
---|---|---|
DigitalChannel ( ) : System |
Creates a new instance of the DigitalChannel.
|
|
DigitalChannel ( string lineImage ) : System |
Creates a new instance of the DigitalChannel from an existing line image.
|
|
ToString ( ) : string |
Converts DigitalChannel to its string format.
|
public DigitalChannel ( string lineImage ) : System | ||
lineImage | string | Line image to parse. |
return | System |