Casio Naurtech CETerm Ver.5.5 Scripting Guide Instrukcja Użytkownika Strona 41

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 164
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 40
NAURTECH WEB BROWSER AND TERMINAL EMULATION FOR WINDOWS CE AND WINDOWS MOBILE
CETerm Scripting Guide Page 41
script = GetName ( eventHandle )
Return the name of the event associated with the specified eventHandle. Return
null if no listener found.
status = IsExistingEvent ( eventHandleOrName )
Return the status of the event with the given eventHandle or eventName. Return
0 if the event does not exist, 1 if the eventName exists within Windows, 2 if the
event was created within Windows by the Create() method, or -1 on error.
status = IsListenerSet ( eventHandleOrName )
Return the status of the listener with the given eventHandle or eventName.
Return 0 if a listener is not set, 1 if a listener is set, or -1 on error.
status = Pulse ( eventHandleOrName )
Pulse the state of an event. This signals all listeners that an event is set, then
resets the event to the non-signaled state. The eventHandle is obtained from a
Create() call. If you use an eventName, the event must have been previously
created within Windows by Create() or by another program.
Return 0 on success or -1 if no matching event to pulse.
status = Reset ( eventHandleOrName )
Reset an event to the non-signaled state. The eventHandle is obtained from a
Create() call. If you use an eventName, the event must have been previously
created within Windows by Create() or by another program.
Returns 0 on success or -1 if no matching event to reset.
status = Set ( eventHandleOrName )
Set an event to the signaled state. The eventHandle is obtained from a Create()
call. If you use an eventName, the event must have been previously created
within Windows by Create() or by another program.
Return 0 on success or -1 if no matching event to set.
Przeglądanie stron 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 163 164

Komentarze do niniejszej Instrukcji

Brak uwag