AMPS C# Client  5.3.3.4
AMPS C# Client for .NET
TransportFilter Interface Reference

Filter raw incoming and outgoing data on a Transport. More...

+ Inheritance diagram for TransportFilter:

Public Member Functions

void outgoing (byte[] data, int position, int length)
 Called when (typically just before) raw data is sent to the AMPS instance. More...
 
void incoming (byte[] data, int position, int length)
 Called just after raw data is recieved from the AMPS instance. More...
 

Detailed Description

Filter raw incoming and outgoing data on a Transport.

Member Function Documentation

◆ incoming()

void TransportFilter.incoming ( byte[]  data,
int  position,
int  length 
)

Called just after raw data is recieved from the AMPS instance.

Parameters
dataA byte array containing raw data to be sent to the AMPS instance.
positionThe position in data where the raw data begins
lengthThe length of the raw data to be sent.

Implemented in AMPS.Client.TransportTraceFilter.

◆ outgoing()

void TransportFilter.outgoing ( byte[]  data,
int  position,
int  length 
)

Called when (typically just before) raw data is sent to the AMPS instance.

Parameters
dataA byte array containing raw data to be sent to the AMPS instance.
positionThe position in data where the raw data begins
lengthThe length of the raw data to be sent.

Implemented in AMPS.Client.TransportTraceFilter.


The documentation for this interface was generated from the following file: