C# Class Animatroller.Framework.Expander.OpcClient

Open Pixel Control client
Inheritance: IPort, IRunnable
ファイルを表示 Open project: HakanL/animatroller Class Usage Examples

Protected Properties

Property Type Description
log Logger

Public Methods

Method 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

Method Description
Send ( byte channel, byte command, byte data ) : void

Method Details

Connect() public method

public Connect ( LogicalDevice device, LogicalDevice pixelMapper, int opcChannel ) : void
device LogicalDevice
pixelMapper LogicalDevice
opcChannel int
return void

Connect() public method

public Connect ( PhysicalDevice device, int opcChannel ) : void
device PhysicalDevice
opcChannel int
return void

OpcClient() public method

public OpcClient ( string destination, int destinationPort = OPC_DEFAULT_PORT ) : System
destination string
destinationPort int
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

log protected_oe static_oe property

protected static Logger log
return Logger