Modifier and Type | Field and Description |
---|---|
private static HashMap<Integer,EResult> |
EResult.values |
Modifier and Type | Method and Description |
---|---|
static EResult |
EResult.f(int code) |
static EResult |
EResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EResult[] |
EResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
EResult |
MsgClientSetIgnoreFriendResponse.result |
EResult |
MsgClientGetNumberOfCurrentPlayersResponse.result |
EResult |
MsgChannelEncryptResult.result |
Modifier and Type | Field and Description |
---|---|
private EResult |
LicenseListCallback.result
Gets the result of the message.
|
private EResult |
DepotKeyCallback.result
Gets the result of requesting this encryption key.
|
private EResult |
AppOwnershipTicketCallback.result
Gets the result of requesting the ticket.
|
Modifier and Type | Field and Description |
---|---|
private EResult |
UGCDetailsCallback.result
Gets the result of the request.
|
Modifier and Type | Field and Description |
---|---|
private EResult |
IgnoreFriendCallback.result
Gets the result of ignoring a friend.
|
private EResult |
FriendAddedCallback.result
Gets the result of the request.
|
Modifier and Type | Field and Description |
---|---|
private EResult |
LoggedOnCallback.extendedResult
Gets the extended result of the logon.
|
private EResult |
LoggedOnCallback.result
Gets the result of the logon.
|
private EResult |
LoggedOffCallback.result
Gets the result of the log off.
|
Modifier and Type | Field and Description |
---|---|
EResult |
MachineAuthDetails.result
Gets or sets the result of updating the machine auth.
|
Modifier and Type | Field and Description |
---|---|
private EResult |
NumberOfPlayersCallback.result
Gets the result of the request.
|
Modifier and Type | Field and Description |
---|---|
private EResult |
UserSubscribedFilesCallback.result
Gets the result.
|
private EResult |
UserPublishedFilesCallback.result
Gets the result.
|
private EResult |
UserActionPublishedFilesCallback.result
Gets the result.
|
private EResult |
PublishedFilesCallback.result
Gets the result.
|
private EResult |
PublishedFileDetailsCallback.result
Gets the result.
|
Modifier and Type | Field and Description |
---|---|
private EResult |
ConnectedCallback.result
Gets the result of the connection attempt.
|
Constructor and Description |
---|
ConnectedCallback(EResult result) |
Copyright © 2012. All Rights Reserved.