INGEAR.NET.MBLINK

 

CommDriver Members

CommDriver overview

Public Instance Constructors

CommDriver Overloaded. Initializes a new instance of the CommDriver class.

Public Instance Properties

BaudRate Gets / Sets serial Baud Rate for SERIAL transport.
Port Gets / Sets active serial port for SERIAL transport.
DataBits Gets / Sets serial Data Bits settings for SERIAL transport.
Driver Gets / Sets active transport for CommDriver class
ErrorCode Returns numeric error code for transport
ErrorString Returns string description for transport
IPAddress Gets / Sets IP Address for TCP or SOE transports.
IPPort Gets / Sets IP port number for TCP or SOE transports
MyObject Gets/Sets user defined object associated with class
Name Gets/Sets string indentifier associated with the class.
parity Gets / Sets serial port Parity settings for SERIAL transport.
Protocol Gets / Sets MODBUS message protocol for SERIAL or SOE transports.
stopBits Gets / Sets serial stop bits settings for SERIAL transport.
Timeout Gets / Sets communication time out for all types of transports

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

CommDriver Class | MBLink Namespace