INGEAR.NET.Logix

 

PeerMessage Members

PeerMessage overview

Public Instance Constructors

PeerMessage

Overloaded. Initializes a new instance of the PeerMessager class.

Public Instance Properties

IPAddressNIC Sets / Returns Ethernet IP address of a Network Interface Card (NIC) to receive unsolicited messages,
Connections Sets / Returns the maximum number of pending   connection backlogs.
IPSender Returns Ethernet IP Address of Allen-Bradley Controller that sent unsolicited message
ItemName Returns the native tag name or data table address in contained in the unsolicited message.
MyObject Associates a user defined object to an instance of a PeerMessage class
Value Returns data value(s) contained in the unsolicited message.
Timestamp Returns System.DateTime value when unsolicited message was received

DataType

Returns Logix.Tag.ATOMIC.DataType of the Value property

NetType

Returns System.TypeCode of the Value property.

 

Length

 

Returns number data items received in the unsolicited message.

Protocol

 

Sets / Returns the default messaging protocol

DataTypeCode

Returns the Abbreviated Type Code of a Logix UDT, PDT or MDT received in a unsolicited message.

Public Instance Methods

Listen Begins accepting connections from Allen-Bradley controllers and processes unsolicited messages
Shutdown Forcibly closes all connections  
Dispose Overloaded. Dispose
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.

Public Instance Events

MsgReceived Event handler for PeerMessage.

Protected Instance Methods

Dispose Overloaded. Dispose
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

PeerMessage Class | Logix Namespace