BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

SegmentsDataTable..::..NewSegmentsRow Method (Int64, SegmentsRow, String)

Creates new ComunicationNet..::..SegmentsRow row and assigns default values

Namespace:  CAS.NetworkConfigLib
Assembly:  CommServer.DAServerConfiguration (in CommServer.DAServerConfiguration.dll)

Syntax


public void NewSegmentsRow(
	long pProtocolID,
	ComunicationNet..::..SegmentsRow pRowToBeCopied,
	string pPrefix
)
Public Sub NewSegmentsRow ( _
	pProtocolID As Long, _
	pRowToBeCopied As ComunicationNet..::..SegmentsRow, _
	pPrefix As String _
)
public:
void NewSegmentsRow(
	long long^ pProtocolID, 
	ComunicationNet..::..SegmentsRow^ pRowToBeCopied, 
	String^ pPrefix
)

Parameters

pProtocolID
Type: Int64
Foreign key for ComunicationNet..::..ProtocolDataTable
pRowToBeCopied
Type: CAS.NetworkConfigLib..::..ComunicationNet..::..SegmentsRow
New row is a shallow copy of the current rowToPaste
pPrefix
Type: String
prefix for new segments names that are created

Return Value

New ComunicationNet..::..SegmentsRowA shallow copy of the current rowToPaste