Interface Constructor
Initializes a new instance of the Interface class.
Namespace:
CAS.CommServer.ProtocolHub.Communication.DiagnosticAssembly: ProtocolHub.Communication (in ProtocolHub.Communication.dll)
Syntax
public Interface( string name, ulong interfaceNumber, IInterface2SegmentLink seg, Station stt )
Parameters
- name
- Type: String
The name.
- interfaceNumber
- Type: UInt64
The interface number.
- seg
- Type: CAS.CommServer.ProtocolHub.MonitorInterface..::..IInterface2SegmentLink
The segment .
- stt
- Type: CAS.CommServer.ProtocolHub.Communication.Diagnostic..::..Station
The station.