home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 38 / MF_UK_38_1.iso / Shareware City / Comms / InterSLIP Remote 1.2.1 / Developers / ISAppleEvents.h < prev    next >
Encoding:
Text File  |  1996-03-12  |  930 b   |  43 lines  |  [TEXT/R*ch]

  1. /******************************************************************************\
  2.  
  3.     ISAppleEvents.h
  4.     
  5.     Constants for Apple Events for InterSLIP Remote 1.2.1
  6.     
  7. \******************************************************************************/
  8.  
  9. // Event Class
  10.  
  11. #define     kISRemoteEventSuite            'MWIr'
  12.  
  13. // Event ID's
  14.  
  15. #define        kEventConnect                'Cnct'
  16. #define        kEventDisconnect            'Dscn'
  17. #define        kEventClearLog                'ClLg'
  18.  
  19. // Classes
  20.  
  21. #define        kClassOptions                'optn'
  22.  
  23. // Properties
  24.  
  25. #define        kOptConnected                'Cntd'
  26. #define        kOptLogging                    'Lgng'
  27. #define        kOptRedial                    'ReDl'
  28. #define        kOptRedialDelay                'RDly'
  29. #define        kOptCCLDelay                'CCLD'
  30. #define        kOptConnectionSound            'CSnd'
  31.  
  32. // Enumerations
  33.  
  34. #define        kEnumConnectionStatus        'Stat'
  35. #define        kStatIdle                    'Idle'
  36. #define        kStatWaiting                'Wtng'
  37. #define        kStatDialing                'Dlng'
  38. #define        kStatLoggingIn                'Gtwy'
  39. #define        kStatConnected                'Cntd'
  40. #define        kStatHangingUp                'Hnng'
  41.  
  42.  
  43.