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
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
CreateLabel ( XmlReader reader ) : string
HardwareDataBinder ( PLCView aView ) : System

Method Details

CreateLabel() public méthode

public CreateLabel ( XmlReader reader ) : string
reader XmlReader
Résultat string

HardwareDataBinder() public méthode

public HardwareDataBinder ( PLCView aView ) : System
aView PLCView
Résultat System