Function

Qmimessage_is_response

since: 1.0

Declaration [src]

gboolean
qmi_message_is_response (
  QmiMessage* self
)

Description [src]

Checks whether the given QmiMessage is a response.

Available since: 1.0

Parameters

self

Type: QmiMessage

A QmiMessage.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if self is a response message, FALSE otherwise.