[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

MacintoshModem

inherits from SimulatorModem

... <- CommunicationStream <- Modem <- HardwareModem <- SimulatorModem <- MacintoshModem



Operations

Get list of all operations

ModemInitializationString


Attributes

Get list of all attributes

Class MacintoshModem defines no new attributes.


Fields

Field Type
Server: enabled: Boolean
Stream: target: Object
HardwareStream: state: Unsigned
readRate: Unsigned
writeRate: Unsigned
maxReadRate: Unsigned
maxWriteRate: Unsigned
defaultTimeout: Unsigned
CanPreventSleep: dozeCount: Signed
sleepCount: Signed
Modem: volume: Unsigned
hookswitch: Boolean
dialingMethod: UnsignedShort
dialingSpeed: UnsignedShort
modemPower: Boolean
listenToConnect: Boolean
blindDial: Boolean
hasModemHardware: Boolean
inUse: Boolean
lowPower: Boolean
faxCapable: Boolean
faxMode: Boolean
maxFaxRate: Unsigned


Instance template

instance MacintoshModem tag;
        enabled: false;
         target: nilObject;
          state: 0;
       readRate: 0;
      writeRate: 0;
    maxReadRate: 0;
   maxWriteRate: 0;
 defaultTimeout: 0;
      dozeCount: 0;
     sleepCount: 0;
         volume: 0;
     hookswitch: false;
  dialingMethod: 0;
   dialingSpeed: 0;
     modemPower: false;
listenToConnect: false;
      blindDial: false;
hasModemHardware: false;
          inUse: false;
       lowPower: false;
     faxCapable: false;
        faxMode: false;
     maxFaxRate: 0;
end instance;

Class definition

#endif /* HOSTED */
#endif /* DEBUG */


Define Class MacintoshModem;
    inherits from SimulatorModem;
    
    overrides ModemInitializationString;
end class;