C-DEngine 5.105

TSM..::..PLB Field

Payload Binary of the Message. If PLB is NULL and PLS is set, the PLS will be compressed to binary and put in PLB for footprint reduction. If PLB is not NULL and PLS is NULL the C-DEngine will assume that the PLB contains a compressed string and uncompresses PLB to PLS automatically during receiving. If you want to send a custom PLB binary blob, set PLS to some description of the PLB content.

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public byte[] PLB
Public PLB As Byte()
public:
array<unsigned char^>^ PLB