show(self,
event,
value=None,
dev=None,
sem=None,
layer=None)
| source code
|
Buffers additional details about how the AEEvent was handled by various AEScripts and tasks. The event is only provided as a
means of filtering information.
- Parameters:
event (AEDevice.AEDeviceEvent) - Wrapper giving the direction of a command (input/output) and
the command name
value (object) - Value of the command sent to/from a device
sem (integer) - Semantic constant indicating the kind of output
layer (integer) - Layer constant indicating from where the event came
dev (AEInput or AEOutput) - Device on which the event occurred
- Raises:
IOError - When the monitor is no longer accepting data to buffer
|