C# Class BACnet.SchemaParser.FieldDefinition

Afficher le fichier Open project: LorenVS/bacstack Class Usage Examples

Méthodes publiques

Méthode Description
FieldDefinition ( string name, byte tag, TypeDefinition type ) : System

Constructs a new field definition instance

Method Details

FieldDefinition() public méthode

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