메소드 | 설명 | |
---|---|---|
CachedSteamP2PClient ( ) : Steamworks | ||
CachedSteamP2PClient ( CSteamID endPoint ) : Steamworks | ||
Close ( ) : void | ||
IDisposable ( ) : void | ||
Receive ( uint msgSize, CSteamID &from ) : BMSByte | ||
ReceiveAsync ( ) : Task |
||
Send ( Array dgram, int bytes, CSteamID steamId, EP2PSend type = EP2PSend.k_EP2PSendUnreliable ) : int | ||
SendAsync ( Array datagram, int bytes ) : Task |
||
SendAsync ( Array datagram, int bytes, IPEndPoint endPoint ) : Task |
||
SendAsync ( Array datagram, int bytes, string hostname, int port ) : Task |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
CheckDisposed ( ) : void | ||
CutArray ( Array orig, int length ) : byte[] | ||
DoSend ( Array dgram, int bytes, CSteamID steamId, EP2PSend type ) : int |
public CachedSteamP2PClient ( CSteamID endPoint ) : Steamworks | ||
endPoint | CSteamID | |
리턴 | Steamworks |
public Receive ( uint msgSize, CSteamID &from ) : BMSByte | ||
msgSize | uint | |
from | CSteamID | |
리턴 | BMSByte |
public Send ( Array dgram, int bytes, CSteamID steamId, EP2PSend type = EP2PSend.k_EP2PSendUnreliable ) : int | ||
dgram | Array | |
bytes | int | |
steamId | CSteamID | |
type | EP2PSend | |
리턴 | int |
public SendAsync ( Array datagram, int bytes ) : Task |
||
datagram | Array | |
bytes | int | |
리턴 | Task |
public SendAsync ( Array datagram, int bytes, IPEndPoint endPoint ) : Task |
||
datagram | Array | |
bytes | int | |
endPoint | IPEndPoint | |
리턴 | Task |
public SendAsync ( Array datagram, int bytes, string hostname, int port ) : Task |
||
datagram | Array | |
bytes | int | |
hostname | string | |
port | int | |
리턴 | Task |