C# Class BACnet.Types.Schemas.FieldSchema

Field schema is not an ISchema instance, since it describes more than just a type, its type property is howerver
Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method Description
FieldSchema ( string name, byte tag, ISchema type ) : System

Constructs a new FieldSchema instance

Method Details

FieldSchema() public method

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