Mercury API
TransportListenerEventArgs Class
NamespacesThingMagicTransportListenerEventArgs
Listener gets notification of all messages going across the transport layer.
Declaration Syntax
C#Visual BasicVisual C++
public class TransportListenerEventArgs : EventArgs
Public Class TransportListenerEventArgs _
	Inherits EventArgs
public ref class TransportListenerEventArgs : public EventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TransportListenerEventArgs(Boolean, array<Byte>[]()[], Int32)
TransportListenerEventArgs constructor

Data
Message contents, including framing and checksum bytes

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Timeout
Transport timeout setting (milliseconds) when message was sent or received

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Tx
Message direction: True=host to reader, False=reader to host

Inheritance Hierarchy
Object
EventArgs
 TransportListenerEventArgs

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)