|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRemoteEncoderState.State | |
---|---|
org.jmythapi.protocol.response | This package contains interfaces of MythTV response messages. |
org.jmythapi.protocol.response.impl | This package contains implementations of MythTV response messages. |
Uses of IRemoteEncoderState.State in org.jmythapi.protocol.response |
---|
Methods in org.jmythapi.protocol.response that return IRemoteEncoderState.State | |
---|---|
IRemoteEncoderState.State |
IRemoteEncoderState.getState()
Gets the current state of a remote encoder. |
static IRemoteEncoderState.State |
IRemoteEncoderState.State.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IRemoteEncoderState.State[] |
IRemoteEncoderState.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jmythapi.protocol.response with parameters of type IRemoteEncoderState.State | |
---|---|
boolean |
IRemoteEncoderState.hasState(IRemoteEncoderState.State... states)
|
boolean |
IRemoteEncoderState.hasState(IRemoteEncoderState.State state)
|
Uses of IRemoteEncoderState.State in org.jmythapi.protocol.response.impl |
---|
Methods in org.jmythapi.protocol.response.impl that return IRemoteEncoderState.State | |
---|---|
IRemoteEncoderState.State |
RemoteEncoderState.getState()
|
Methods in org.jmythapi.protocol.response.impl with parameters of type IRemoteEncoderState.State | |
---|---|
boolean |
RemoteEncoderState.hasState(IRemoteEncoderState.State... states)
|
boolean |
RemoteEncoderState.hasState(IRemoteEncoderState.State state)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |