C# Class plcctrl.Control

Afficher le fichier Open project: engina/PLCNetLib Class Usage Examples

Méthodes publiques

Méthode Description
Control ( IPEndPoint ip, string pass ) : System
Prog ( string path ) : bool
ProgRun ( string path ) : bool
Run ( ) : bool
Stop ( ) : bool
UpdateFW ( string path ) : bool

Private Methods

Méthode Description
Cmd ( string p ) : void

Method Details

Control() public méthode

public Control ( IPEndPoint ip, string pass ) : System
ip System.Net.IPEndPoint
pass string
Résultat System

Prog() public méthode

public Prog ( string path ) : bool
path string
Résultat bool

ProgRun() public méthode

public ProgRun ( string path ) : bool
path string
Résultat bool

Run() public méthode

public Run ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : bool
Résultat bool

UpdateFW() public méthode

public UpdateFW ( string path ) : bool
path string
Résultat bool