C# 클래스 BACnet.SchemaParser.FieldDefinition

파일 보기 프로젝트 열기: LorenVS/bacstack 1 사용 예제들

공개 메소드들

메소드 설명
FieldDefinition ( string name, byte tag, TypeDefinition type ) : System

Constructs a new field definition instance

메소드 상세

FieldDefinition() 공개 메소드

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
리턴 System