C# 클래스 PLC.HardwareDataBinder

This class will read a plc.xml file and turn it into a data model that can be used to build things. It basically provides something a little better than the plain old DOM interface.
상속: PLCDataBinder
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
CreateLabel ( XmlReader reader ) : string
HardwareDataBinder ( PLCView aView ) : System

메소드 상세

CreateLabel() 공개 메소드

public CreateLabel ( XmlReader reader ) : string
reader XmlReader
리턴 string

HardwareDataBinder() 공개 메소드

public HardwareDataBinder ( PLCView aView ) : System
aView PLCView
리턴 System