|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IFileTransfer.Props> org.jmythapi.protocol.response.IFileTransfer.Props
public static enum IFileTransfer.Props
The properties of an IFileTransfer
response.
MythTV Protocol Version Matrix | ||||||
---|---|---|---|---|---|---|
Protocol | ||||||
Name | Type | Range | 00 | 65 | 66 | -1 |
STATUS | String | [00,-1) | X | X | X | X |
SOCKET_ID | Integer | [00,-1) | X | X | X | X |
FILESIZE1 | Long | [00,66) | X | X | - | - |
FILESIZE2 | Long | [00,66) | X | X | - | - |
FILESIZE | Long | [66,-1) | - | - | X | X |
Enum Constant Summary | |
---|---|
FILESIZE
File size. |
|
FILESIZE1
Deprecated. 66 |
|
FILESIZE2
Deprecated. 66 |
|
SOCKET_ID
Socket ID. |
|
STATUS
Status Code. |
Method Summary | |
---|---|
static IFileTransfer.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IFileTransfer.Props[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IFileTransfer.Props STATUS
OK
or ERROR
FileTransfer.getStatus()
public static final IFileTransfer.Props SOCKET_ID
FileTransfer.getSocketID()
public static final IFileTransfer.Props FILESIZE1
FileTransfer.getFileSize()
public static final IFileTransfer.Props FILESIZE2
FileTransfer.getFileSize()
public static final IFileTransfer.Props FILESIZE
FileTransfer.getFileSize()
Method Detail |
---|
public static IFileTransfer.Props[] values()
for (IFileTransfer.Props c : IFileTransfer.Props.values()) System.out.println(c);
public static IFileTransfer.Props valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |