C-DEngine 5.105

TheCommRequestResponse..::..PublishResponseMessage Method (TSM, array<String>[]()[][], String, array<Byte>[]()[][])

Publishes the response message back to the originator of the originalMessage.

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

Syntax


public static bool PublishResponseMessage(
	TSM originalMessage,
	string[] responseParameters,
	string PLS,
	byte[] PLB
)
Public Shared Function PublishResponseMessage ( _
	originalMessage As TSM, _
	responseParameters As String(), _
	PLS As String, _
	PLB As Byte() _
) As Boolean
public:
static bool^ PublishResponseMessage(
	TSM^ originalMessage, 
	array<String^>^ responseParameters, 
	String^ PLS, 
	array<unsigned char^>^ PLB
)

Parameters

originalMessage
Type: nsCDEngine.BaseClasses..::..TSM
The incoming receiving message.
responseParameters
Type: array<String>[]()[][]
The array of strings that will be added to the end of the TXT, each separated by ':'
PLS
Type: String
The returning PLS (payload string). Either the PLS or PLB should be specified.
PLB
Type: array<Byte>[]()[][]
The returning PLB (payload binary). Either the PLS or PLB should be specified.

Return Value