GXDN: Gurux Developer Network
CreateTable Method (templateID, tableID, name, data)
NamespacesGurux.DeviceGXDeviceCreateTable(Int32, Int32, String, String)
CreateTable creates a new table based on template description.
Parameters
templateID (Int32)
Integer given in the device template.
tableID (Int32)
An identifying ID integer can be given to the table. If zero, new identifier is generated.
name (String)
Name for the table.
data (String)
Initializing data, reserved for future use.
Return Value
Created table.
Remarks
The new table is automatically added to the current device collection.
See Also

Assembly: Gurux.Device (Module: Gurux.Device) Version: 5.0.0.1