C# 클래스 Animatroller.Framework.Expander.OpcClient

Open Pixel Control client
상속: IPort, IRunnable
파일 보기 프로젝트 열기: HakanL/animatroller 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
log Logger

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Send ( byte channel, byte command, byte data ) : void

메소드 상세

Connect() 공개 메소드

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

Connect() 공개 메소드

public Connect ( PhysicalDevice device, int opcChannel ) : void
device PhysicalDevice
opcChannel int
리턴 void

OpcClient() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

log 보호되어 있는 정적으로 프로퍼티

protected static Logger log
리턴 Logger