C# Class BACnet.SchemaParser.FieldDefinition

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Methods

Method Description
FieldDefinition ( string name, byte tag, TypeDefinition type ) : System

Constructs a new field definition instance

Method Details

FieldDefinition() public method

Constructs a new field definition instance
public FieldDefinition ( string name, byte tag, TypeDefinition type ) : System
name string The name of the field
tag byte The tag of the field
type TypeDefinition The type of the field
return System