C# Class Animatroller.Framework.Expander.OpcClient

Open Pixel Control client
Inheritance: IPort, IRunnable
Afficher le fichier Open project: HakanL/animatroller Class Usage Examples

Protected Properties

Свойство Type Description
log Logger

Méthodes publiques

Méthode Description
Connect ( LogicalDevice device, LogicalDevice pixelMapper, int opcChannel ) : void
Connect ( PhysicalDevice device, int opcChannel ) : void
OpcClient ( string destination, int destinationPort = OPC_DEFAULT_PORT ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
Send ( byte channel, byte command, byte data ) : void

Method Details

Connect() public méthode

public Connect ( LogicalDevice device, LogicalDevice pixelMapper, int opcChannel ) : void
device LogicalDevice
pixelMapper LogicalDevice
opcChannel int
Résultat void

Connect() public méthode

public Connect ( PhysicalDevice device, int opcChannel ) : void
device PhysicalDevice
opcChannel int
Résultat void

OpcClient() public méthode

public OpcClient ( string destination, int destinationPort = OPC_DEFAULT_PORT ) : System
destination string
destinationPort int
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

log protected_oe static_oe property

protected static Logger log
Résultat Logger