C# Class 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.
Inheritance: PLCDataBinder
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
CreateLabel ( XmlReader reader ) : string
HardwareDataBinder ( PLCView aView ) : System

Method Details

CreateLabel() public method

public CreateLabel ( XmlReader reader ) : string
reader XmlReader
return string

HardwareDataBinder() public method

public HardwareDataBinder ( PLCView aView ) : System
aView PLCView
return System