public final class LoggedOnCallback extends CallbackMsg
SteamUser
.Modifier and Type | Field and Description |
---|---|
private EAccountFlags |
accountFlags
Gets the account flags assigned by the server.
|
private int |
cellId
Gets the Steam2 CellID.
|
private SteamID |
clientSteamID
Gets the client steam ID.
|
private String |
emailDomain
Gets the email domain.
|
private EResult |
extendedResult
Gets the extended result of the logon.
|
private int |
inGameSecsPerHeartbeat
Gets the in game secs per heartbeat value.
|
private int |
outOfGameSecsPerHeartbeat
Gets the out of game secs per heartbeat value.
|
private InetAddress |
publicIP
Gets or sets the public IP of the client
|
private EResult |
result
Gets the result of the logon.
|
private Date |
serverTime
Gets the Steam3 server time.
|
private Steam2Ticket |
steam2Ticket
Gets the Steam2 ticket.
|
Constructor and Description |
---|
LoggedOnCallback(uk.co.thomasc.steamkit.base.generated.SteammessagesClientserver.CMsgClientLogonResponse resp) |
private final EResult result
private final EResult extendedResult
private final int outOfGameSecsPerHeartbeat
private final int inGameSecsPerHeartbeat
private final InetAddress publicIP
private final Date serverTime
private final EAccountFlags accountFlags
private final SteamID clientSteamID
private final String emailDomain
private final int cellId
private Steam2Ticket steam2Ticket
LogOnDetails.requestSteam2Ticket
has been set to true.Copyright © 2012. All Rights Reserved.