kDeviceIOs Class Reference

kDeviceIOs Class Reference

#include <mobu-python-api.h>

Class Description

Types of I/O for device.

These are states of the engine for the DeviceIONotify callback.

+ Inheritance diagram for kDeviceIOs:

Public Attributes

object kIOStopModeRead
 Read from device (Transport=stopped). More...
 
object kIOPlayModeRead
 Read from device (Transport=playing). More...
 
object kIOStopModeWrite
 Write to device (Transport=stopped). More...
 
object kIOPlayModeWrite
 Write to device (Transport=playing). More...
 

Member Data Documentation

object kIOPlayModeRead

Read from device (Transport=playing).

object kIOPlayModeWrite

Write to device (Transport=playing).

object kIOStopModeRead

Read from device (Transport=stopped).

object kIOStopModeWrite

Write to device (Transport=stopped).