VariableDescription Constructor (String, DataType, UInt32)
Constructor with a variable name, type and size.
Namespace:
IntervalZero.MaxRT.Libraries.VariableDatabase
Assembly:
IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public VariableDescription(
string name,
DataType type,
uint size
)
Parameters
name
Type: String
The variable name.
type
Type: DataType
The variable type.
size
Type: UInt32
The variable size for directories and buffers.
See Also: