SmartSockets .NET Class Library

TipcConnClient.TipcReadEvent Event

Occurs when a message is read from a connection.

Connection read events are raised when an incoming message is read from a connection's socket into the read buffer and first unpacked into a message. Read events are most commonly used for writing incoming messages to message files.

public event TipcReadHandler TipcReadEvent;

Event Data

The event handler receives an argument of type TipcReadEventArgs containing data related to this event. The following TipcReadEventArgs property provides information specific to this event.

PropertyDescription
Msg Returns the message.

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved