C# Class Softing.OPCToolbox.Client.Control.ControlDaSubscription

Inheritance: DaSubscription
Afficher le fichier Open project: SoftingIndustrial/OPC-Classic-SDK Class Usage Examples

Protected Properties

Свойство Type Description
m_isActivated bool
m_name string
m_updateRate uint

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
ControlDaSubscription ( SerializationInfo info, StreamingContext context ) : System

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

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ControlDaSubscription() protected méthode

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

ControlDaSubscription() public méthode

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.
Résultat System

Property Details

m_isActivated protected_oe property

Shows whether the subscription is activated or not.
protected bool m_isActivated
Résultat bool

m_name protected_oe property

A symbolic name for the ControlDaSubscription object that describes its semantic significance.
protected string m_name
Résultat string

m_updateRate protected_oe property

The speed (in milliseconds)requested for scanning the active item objects.
protected uint m_updateRate
Résultat uint