public static enum SteamNetworking.P2PSessionError extends Enum<SteamNetworking.P2PSessionError>
| Enum Constant and Description |
|---|
DestinationNotLoggedIn |
None |
NoRightsToApp |
NotRunningApp |
Timeout |
| Modifier and Type | Method and Description |
|---|---|
static SteamNetworking.P2PSessionError |
byOrdinal(int sessionError) |
static SteamNetworking.P2PSessionError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamNetworking.P2PSessionError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamNetworking.P2PSessionError None
public static final SteamNetworking.P2PSessionError NotRunningApp
public static final SteamNetworking.P2PSessionError NoRightsToApp
public static final SteamNetworking.P2PSessionError DestinationNotLoggedIn
public static final SteamNetworking.P2PSessionError Timeout
public static SteamNetworking.P2PSessionError[] values()
for (SteamNetworking.P2PSessionError c : SteamNetworking.P2PSessionError.values()) System.out.println(c);
public static SteamNetworking.P2PSessionError valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static SteamNetworking.P2PSessionError byOrdinal(int sessionError)
Copyright © 2018. All rights reserved.