Click or drag to resize

wclCustomConnection Class

The base class for all WCL connections.
Inheritance Hierarchy
SystemObject
  wclCommunicationwclCustomConnection
    More

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
public abstract class wclCustomConnection

The wclCustomConnection type exposes the following members.

Constructors
 NameDescription
Public methodwclCustomConnection Creates a new connection.
Top
Properties
 NameDescription
Public propertyReceiver Gets the connection message receiver object.
Public propertyThreadId Gets the connection's thread ID.
Top
Methods
 NameDescription
Protected methodEnter Enters the connection's critical section.
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodLeave Exists *leaves) the connection's critical section.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodMessageReceived The message receiver calls this method when a new notification message has been received.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
A connection implements a hardware-dependent methods to communicate with a remote devices: IrDA, Classic Bluetooth, BLE, Serial etc.
See Also
Inheritance Hierarchy