Listener gets notification of all messages going across the transport layer.
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TransportListenerEventArgs(Boolean, array<Byte>[]()[], Int32) |
TransportListenerEventArgs constructor
| |
| Data |
Message contents, including framing and checksum bytes
| |
| Equals(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()()() | (Inherited from Object.) | |
| Tx |
Message direction: True=host to reader, False=reader to host
|