PicoOPC User's Guide and Reference
Client Class Members
Fields  Properties  Methods 


OpcLabs.PicoOpc Assembly > OpcLabs.PicoOpc.UA Namespace : Client Class

The following tables list the members exposed by Client.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the class.  
Top
Public Fields
 NameDescription
Public FieldMaximum allowed length of a string.  
Public FieldMaximum allowed length of a byte string.  
Top
Public Properties
 NameDescription
Public PropertyA descriptive name for the application.  
Public PropertyThe unique identifier for the application instance.  
Public PropertyDetermines whether the client object is currently connected to the server.  
Public PropertyThe license key (a GUID) enabling the component.  
Public PropertyA locale ID for localized strings.  
Public PropertyThe unique identifier for the product.  
Public PropertyThe amount of time a TCP client connection will wait to receive data once a read operation is initiated. In milliseconds.  
Public PropertyThe amount of time a TCP client connection will wait for a send operation to complete successfully. In milliseconds.  
Public PropertyRequested maximum duration that a session should remain open without activity. In milliseconds.  
Top
Public Methods
 NameDescription
Public MethodConnects to the server.  
Public MethodAsynchronously connects to the server.  
Public MethodDisconnects from the server.  
Public MethodAsynchronously disconnects from the server.  
Public Method (Inherited from object)
Public MethodServes as the default hash function. (Inherited from object)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodReads one or more attributes of one or mode nodes.  
Public MethodAsynchronously reads one or more attributes of one or mode nodes.  
Public MethodReturns a string that represents the current object. (Inherited from object)
Public MethodWrites values to one or more attributes of one or more nodes.  
Public MethodAsynchronously writes values to one or more attributes of one or more nodes.  
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
Top
See Also

Reference

Client Class
OpcLabs.PicoOpc.UA Namespace