Property | Type | Description | |
---|---|---|---|
log | Logger |
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 |
Method | Description | |
---|---|---|
Send ( byte channel, byte command, byte data ) : void |
public Connect ( LogicalDevice device, LogicalDevice pixelMapper, int opcChannel ) : void | ||
device | LogicalDevice | |
pixelMapper | LogicalDevice | |
opcChannel | int | |
return | void |
public Connect ( PhysicalDevice device, int opcChannel ) : void | ||
device | PhysicalDevice | |
opcChannel | int | |
return | void |
public OpcClient ( string destination, int destinationPort = OPC_DEFAULT_PORT ) : System | ||
destination | string | |
destinationPort | int | |
return | System |