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

TagBitDataTable..::..NewTagBitRow Method (TagsRow, TagBitRow)

Creates new tag bit row and assigns default values

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

Syntax


public void NewTagBitRow(
	ComunicationNet..::..TagsRow cParent,
	ComunicationNet..::..TagBitRow pRowToBeCopied
)
Public Sub NewTagBitRow ( _
	cParent As ComunicationNet..::..TagsRow, _
	pRowToBeCopied As ComunicationNet..::..TagBitRow _
)
public:
void NewTagBitRow(
	ComunicationNet..::..TagsRow^ cParent, 
	ComunicationNet..::..TagBitRow^ pRowToBeCopied
)

Parameters

cParent
Type: CAS.NetworkConfigLib..::..ComunicationNet..::..TagsRow
Parent Tag ComunicationNet..::..TagsRow
pRowToBeCopied
Type: CAS.NetworkConfigLib..::..ComunicationNet..::..TagBitRow
New row is a shallow copy of the current rowToPaste

Return Value

New ComunicationNet..::..TagBitRow