Click or drag to resize
TranslationManagerStrEncoder Delegate
Used when a message is to be sent over the communication layer.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public delegate byte[] StrEncoder(
	string str
)

Parameters

str
Type: SystemString
The string to be translated to transmission encoding.

Return Value

Type: Byte
The encoded bytes.
Remarks
The outcoming string is in the str argument and this delegate should return the buffer that will be sent.
See Also