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

GroupsDataTable..::..NewGroupsRow Method (Int64, String)

Creates new group row and assigns default values: GroupID, StationID, Name

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

Syntax


public ComunicationNet..::..GroupsRow NewGroupsRow(
	long stationID,
	string pPrefix
)
Public Function NewGroupsRow ( _
	stationID As Long, _
	pPrefix As String _
) As ComunicationNet..::..GroupsRow
public:
ComunicationNet..::..GroupsRow^ NewGroupsRow(
	long long^ stationID, 
	String^ pPrefix
)

Parameters

stationID
Type: Int64
Station id
pPrefix
Type: String
prefix for new group names that are created

Return Value

New ComunicationNet..::..GroupsRow