Click or drag to resize

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: 6.5.0.0 (6.5.0.0)
Syntax
public delegate string StrDecoder(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
The incoming encoded bytes

Return Value

Type: String
The decoded string.
Remarks
The incoming message is in the buffer argument and this delegate should return the received string.
See Also