public static class SteamNetworking.P2PSessionState extends Object
| Constructor and Description |
|---|
P2PSessionState() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBytesQueuedForSend() |
SteamNetworking.P2PSessionError |
getLastSessionError() |
int |
getPacketsQueuedForSend() |
int |
getRemoteIP() |
short |
getRemotePort() |
boolean |
isConnecting() |
boolean |
isConnectionActive() |
boolean |
isUsingRelay() |
public boolean isConnectionActive()
public boolean isConnecting()
public SteamNetworking.P2PSessionError getLastSessionError()
public boolean isUsingRelay()
public int getBytesQueuedForSend()
public int getPacketsQueuedForSend()
public int getRemoteIP()
public short getRemotePort()
Copyright © 2018. All rights reserved.