DataBlocksDataTable..::..NewDataBlocksRow Method (Int64, String, UInt64, UInt64)
Creates new data block row and assigns default values
Namespace:
CAS.NetworkConfigLibAssembly: CommServer.DAServerConfiguration (in CommServer.DAServerConfiguration.dll)
Syntax
public ComunicationNet..::..DataBlocksRow NewDataBlocksRow( long groupID, string pPrefix, ulong DataType, ulong Address )
Public Function NewDataBlocksRow ( _ groupID As Long, _ pPrefix As String, _ DataType As ULong, _ Address As ULong _ ) As ComunicationNet..::..DataBlocksRow
public: ComunicationNet..::..DataBlocksRow^ NewDataBlocksRow( long long^ groupID, String^ pPrefix, unsigned long long^ DataType, unsigned long long^ Address )
Parameters
- groupID
- Type: Int64
Group id
- pPrefix
- Type: String
prefix for the station name
- DataType
- Type: UInt64
Type of the data.
- Address
- Type: UInt64
The address.