|
AMPS C# Client
5.3.4.0
AMPS C# Client for .NET
|
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... | |
Filter raw incoming and outgoing data on a Transport.
| void TransportFilterModifiable.incoming | ( | ref byte[] | data, |
| int | position, | ||
| int | length | ||
| ) |
Called just after raw data is received from the AMPS instance.
| data | A byte array containing raw data to be sent to the AMPS instance. |
| position | The position in data where the raw data begins |
| length | The length of the raw data to be sent. |
Implemented in TransportFilterWrapper.
| void TransportFilterModifiable.outgoing | ( | ref byte[] | data, |
| int | position, | ||
| int | length | ||
| ) |
Called when (typically just before) raw data is sent to the AMPS instance.
| data | A byte array containing raw data to be sent to the AMPS instance. |
| position | The position in data where the raw data begins |
| length | The length of the raw data to be sent. |
Implemented in TransportFilterWrapper.