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
Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Méthode Description
FieldSchema ( string name, byte tag, ISchema type ) : System

Constructs a new FieldSchema instance

Method Details

FieldSchema() public méthode

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
Résultat System