Base Members

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Base Class >

Base Members

BR.AN.PviServices .NET


Base overview

Public Instance Constructors

pubmethod Base

Overloaded. Initializes a new instance of the Base class.

Public Instance Properties

pubpropertyAddress

Gets or sets the logical address of this instance.

pubpropertyConnectionType

Gets or sets the Type of connection.

pubpropertyErrorCode

Gets an ErrorCode if an error occured.

pubpropertyErrorText

Gets an ErrorText if an error occured.

pubpropertyFullName

Gets the FullName of this instance.

pubpropertyHasError

Gets the error state of the PviServices object.

pubpropertyHasLinkObject

Gets if the PVI object has already a link objekt or not.

pubpropertyHasPVIConnection

Gets or sets if the object has a connection to PVI can be either a valid connection or a connection in error state.

pubpropertyIsConnected

Gets or sets the connection state of the PviServices object

pubpropertyLinkName

Gets or sets the LinkName of this instance

pubpropertyName

Gets the logical name of this instance.

pubpropertyParent

Gets or sets the Parent object of this instance.

pubpropertyPviPathName

Gets the name of the object including the type specifier.

pubpropertyReturnValue

This member holds the return value of any method call.

pubpropertyService

Service property to override.

pubpropertyUserData

Gets or sets the UserData for this instance.

Public Instance Methods

pubmethodChangeConnection

Use this member function to change the connection of the object. When the function has changed the connection the Event ConnectionChanged will be fired.

pubmethodConnect

Overloaded. Creates a connection of this instance to its process object.

pubmethodDisconnect

Overloaded. Deletes the connection of this instance to its process object.

pubmethodDispose

Implement IDisposable.

pubmethodFromXmlTextReader

Reads the configuration from xml configuration file and updates.

pubmethodRemove

This method removes the instances references from the PviServices hierarchy.

Public Instance Events

pubeventConnected

Occurs when this instance is successfully connected.

pubeventConnectionChanged

Occurs when connection has been changed.

pubeventDisconnected

Occurs when this instance is successfully disconnected.

pubeventDisposing

Work in process.

pubeventError

Occurs when this instance notifies an error.

pubeventPropertyChanged

Occurs when the property of this instances changed. (e.g.RefreshTime changed)

pubeventRemoved

Occurs when this instance is about to be removed.

See Also

Base Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]