Rogue Wave Server Component library for .NET Reference Guide
|
|
TranslationManagerStrDecoder Delegate |
Used when a message is expected from the communication layer.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Parameters
- buffer
- Type: SystemByte
The incoming encoded bytes
Return Value
Type: StringThe decoded string.
The incoming message is in the buffer argument
and this delegate should return the received string.