C# 클래스 BACnet.Types.Schemas.FieldSchema

Field schema is not an ISchema instance, since it describes more than just a type, its type property is howerver
파일 보기 프로젝트 열기: LorenVS/bacstack

공개 메소드들

메소드 설명
FieldSchema ( string name, byte tag, ISchema type ) : System

Constructs a new FieldSchema instance

메소드 상세

FieldSchema() 공개 메소드

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