AMPS C# Client  5.3.5.0
AMPS C# Client for .NET
TransportFilterModifiable Interface Reference

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

+ Inheritance diagram for TransportFilterModifiable:

Public Member Functions

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

Detailed Description

Filter raw incoming and outgoing data on a Transport.

Member Function Documentation

◆ incoming()

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

Called just after raw data is received 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 TransportFilterWrapper.

◆ outgoing()

void TransportFilterModifiable.outgoing ( ref 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 TransportFilterWrapper.


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