MpTweetCommandRequestDone

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

MpTweetCommandRequestDone

mapp Services V5.16

Use MpTweetCommandRequestCheck to check whether a command has arrived at the target system via text message.

After the command has been completed on the target system, function MpTweetCommandRequestDone can be used to inform the user that the previously sent command has been successfully executed.

logo_use_case

Use case "Sending a machine command" explains how to use this function.

Function

mptweetcommandrequestdone

Interface

I/O

Parameter

Data type

Description

IN

MpLink

MpComIdentType

Connection to mapp configuration (MpLink of an MpTweetCore configuration)

IN

RequestID

STRING[255]

RequestID of the request to be confirmed. Defined in the configuration.

IN

ReturnType

MpTweetCommandRequestEnum

Specifies whether the transmission was successful

OUT

ReturnValue

DINT

Returns status information.

mapp concept

Section mapp components explains how mapp components are structured. In addition, it provides important notes for correctly using mapp components (e.g. for downloads).

Topics in this section:

Description