Name | Description | |
---|---|---|
ServerElement Constructor | Overloaded. |
The following tables list the members exposed by ServerElement.
Name | Description | |
---|---|---|
ServerElement Constructor | Overloaded. |
Name | Description | |
---|---|---|
DefaultClsid | Default server's class identifier (CLSID). An empty GUID (System.Guid.Empty). | |
DefaultClsidString | Default CLSID string. An empty string. | |
DefaultDescription | Default description. An empty string. | |
DefaultLocation | Default location. An empty string. | |
DefaultProgId | Default programmatic identifier (ProgId). An empty string. | |
DefaultTechnology | Default technology. Equals to OpcTechnologies.None. | |
DefaultUrlString | Default URL string. An empty string. | |
DefaultUrlStringUnescaped | Default unescaped URL string. An empty string. | |
DefaultVendor | Default vendor name. An empty string. | |
DefaultVersionIndependentProgId | Default version-independent programmatic identifier. An empty string. |
Name | Description | |
---|---|---|
Clsid | Gets or sets OPC server's class identifier (CLSID). | |
ClsidString | Contains the CLSID string of the server. | |
DefaultServerCategories | Default server categories (none). | |
Description | Gets or sets a user readable name for the OPC server. | |
Location | The server's location. | |
ProgId | Gets or sets a string value indicating the programmatic identifier (ProgID) of the OPC server. | |
ServerCategories | Gets or sets information about which specifications the OPC server claims to support. | |
ServerClass | Returns a string usable for identification of the OPC server when passed to other methods. If the ProgId is not empty, it is used. Otherwise, if the VersionIndependentProgId is not empty, it is used. If both are empty, the string form of server's Clsid is returned. | |
Technology | Determines the OPC technology used. | |
Url | A URL of the server. | |
UrlString | A URL string of the server. | |
UrlStringUnescaped | An unescaped URL string of the server. | |
Vendor | Gets or sets a vendor name. | |
VersionIndependentProgId | Gets or sets version-independent programmatic identifier of the OPC server application. |
Name | Description | |
---|---|---|
Clone | Overridden. | |
Equals | Overloaded. Overridden. Determines whether the specified ServerElement is equal to the current object. | |
GetHashCode | Overridden. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
ReadStringList | ||
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
ToString | Overridden. Converts the object into a string usable for identification of the OPC server when passed to other methods. The value returned is the value of the UrlString property. | |
WriteStringList | ||
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | |
ReadXmlElement | Overridden. Infrastructure. | |
WriteXmlElement | Overridden. Infrastructure. |
Name | Description | |
---|---|---|
SetState<TNode> | Sets the arbitrary object associated with the node. |
Equality | Determines whether the two objects are equal. |
Implicit Type Conversion | Converts the object into a string usable for identification of the OPC server when passed to other methods. The value returned is the value of the UrlString property. |
Inequality | Determines whether the two objects are not equal. |