ITerminal Interface

Provides access to members that specify the properties of a network terminal.

Members

Name Description
Read-only property IsUpstreamTerminal Returns whether the terminal is on the upstream side of the device.
Read-only property TerminalID Returns the terminal ID.
Read-only property TerminalName Returns the terminal name.

ITerminal.IsUpstreamTerminal Property

Returns whether the terminal is on the upstream side of the device.

Public ReadOnly Property IsUpstreamTerminal As Boolean
public bool IsUpstreamTerminal {get;}

ITerminal.TerminalID Property

Returns the terminal ID.

Public ReadOnly Property TerminalID As Integer
public int TerminalID {get;}

ITerminal.TerminalName Property

Returns the terminal name.

Public ReadOnly Property TerminalName As String
public string TerminalName {get;}

Classes that implement ITerminal

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.