AMPS C# Client
5.3.5.0
AMPS C# Client for .NET
|
Filter raw incoming and outgoing data on a Transport. More...
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... | |
Filter raw incoming and outgoing data on a Transport.
|
inline |
Initializes a new instance of the TransportFilterWrapper class with the specified filter.
filter_ |
|
inline |
Filters incoming data.
data | The data to filter. |
position | The starting position in the data. |
length | The length of the data to filter. |
Implements TransportFilterModifiable.
|
inline |
Filters outgoing data.
data | The data to filter. |
position | The starting position in the data. |
length | The length of the data to filter. |
Implements TransportFilterModifiable.