AMPS C# Client  5.3.5.0
AMPS C# Client for .NET
TransportFilterWrapper Class Reference

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

+ Inheritance diagram for TransportFilterWrapper:

Public Member Functions

 TransportFilterWrapper (TransportFilter filter_)
 Initializes a new instance of the TransportFilterWrapper class with the specified filter. More...
 
void outgoing (ref byte[] data, int position, int length)
 Filters outgoing data. More...
 
void incoming (ref byte[] data, int position, int length)
 Filters incoming data. More...
 

Detailed Description

Filter raw incoming and outgoing data on a Transport.

Constructor & Destructor Documentation

◆ TransportFilterWrapper()

TransportFilterWrapper.TransportFilterWrapper ( TransportFilter  filter_)
inline

Initializes a new instance of the TransportFilterWrapper class with the specified filter.

Parameters
filter_

Member Function Documentation

◆ incoming()

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

Filters incoming data.

Parameters
dataThe data to filter.
positionThe starting position in the data.
lengthThe length of the data to filter.

Implements TransportFilterModifiable.

◆ outgoing()

void TransportFilterWrapper.outgoing ( ref byte[]  data,
int  position,
int  length 
)
inline

Filters outgoing data.

Parameters
dataThe data to filter.
positionThe starting position in the data.
lengthThe length of the data to filter.

Implements TransportFilterModifiable.


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