|
|
__init__(self,
host='localhost')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
_send(self,
opcode,
dat1=0,
dat2=0,
dat3=0,
dat4=0)
Send command to the AIPS TV server. |
source code
|
|
|
|
_open(self)
Open connection to the AIPS TV server. |
source code
|
|
|
|
_close(self)
Close connection to the AIPS TV server. |
source code
|
|
|
|
running(self)
Check if the AIPS TV server is running. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|