C# 클래스 Softing.OPCToolbox.Client.Control.ControlDaSubscription

상속: DaSubscription
파일 보기 프로젝트 열기: SoftingIndustrial/OPC-Classic-SDK 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_isActivated bool
m_name string
m_updateRate uint

공개 메소드들

메소드 설명
ControlDaSubscription ( uint updateRate, ControlDaSession parentSession ) : System

Initializes a new instance of the ControlDaSubscription class with the value indicated by an update rate and a ControlDaSession object to whom to be added.

보호된 메소드들

메소드 설명
ControlDaSubscription ( SerializationInfo info, StreamingContext context ) : System

Contructs a ControlDaSubscription object by de-serializing it from the stream.

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

ControlDaSubscription() 보호된 메소드

Contructs a ControlDaSubscription object by de-serializing it from the stream.
protected ControlDaSubscription ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System

ControlDaSubscription() 공개 메소드

Initializes a new instance of the ControlDaSubscription class with the value indicated by an update rate and a ControlDaSession object to whom to be added.
public ControlDaSubscription ( uint updateRate, ControlDaSession parentSession ) : System
updateRate uint The cyclic rate that the active objects have to be read.
parentSession ControlDaSession The session to whom the subscription is to be added.
리턴 System

프로퍼티 상세

m_isActivated 보호되어 있는 프로퍼티

Shows whether the subscription is activated or not.
protected bool m_isActivated
리턴 bool

m_name 보호되어 있는 프로퍼티

A symbolic name for the ControlDaSubscription object that describes its semantic significance.
protected string m_name
리턴 string

m_updateRate 보호되어 있는 프로퍼티

The speed (in milliseconds)requested for scanning the active item objects.
protected uint m_updateRate
리턴 uint