HelpWizard Pages ReferenceManual7 C/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „== Reference Manual C API (Events) == link=HelpWizard Pages ReferenceManual7/en|back * void '''pushEvent'''(char* ''payload'')<br>pushe…“)
(kein Unterschied)

Version vom 8. März 2021, 17:16 Uhr

Reference Manual C API (Events)[Bearbeiten]

back

  • void pushEvent(char* payload)
    pushes an event with type "default" onto the global (default) event queue.
  • void pushEventType(char* eventType)
    pushes an event with given type, but no payload onto the global (default) event queue.
  • pushEventType_data(char* eventType, char* payload)
    pushes an event with given type and payload string onto the global (default) event queue.
  • pushEventType_dataBytes(char* eventType, unsigned char* payload, int nBytes)
    pushes an event with given type and payload bytes onto the global (default) event queue.



Copyright © 2014-2024 eXept Software AG