AMPS C# Client
5.3.5.0
AMPS C# Client for .NET
|
Represents an interface for parsing protocols. More...
Public Member Functions | |
void | process (SimpleReadBuffer buffer, int length, MessageHandler listener) |
Processes the input buffer using the specified length and notifies the listener with parsed messages. More... | |
Represents an interface for parsing protocols.
void AMPS.Client.ProtocolParser.process | ( | SimpleReadBuffer | buffer, |
int | length, | ||
MessageHandler | listener | ||
) |
Processes the input buffer using the specified length and notifies the listener with parsed messages.
buffer | The input buffer to process. |
length | The length of valid data in the buffer. |
listener | The message handler to notify with parsed messages. |
Implemented in AMPS.Client.XMLProtocolParser, AMPS.Client.JSONProtocolParser, and AMPS.Client.FIXProtocolParser.