101 uint
size2 =
default(uint);
102 CSteamID val =
default(CSteamID);
158 readResult.Offset +=
num2;
static unsafe void Copy(Array sourceArray, Array destinationArray, int length)
bool ContainsKey(TKey key)
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
static byte Min(byte val1, byte val2)
static byte Max(byte val1, byte val2)
ReadResult(byte[] data, uint size)
bool IsDataAvailable(CSteamID id)
delegate bool OnReadEvent(byte[] data, int size, CSteamID user)
Queue< CSteamID > _deletionQueue
void SetReadEvent(OnReadEvent method)
int Receive(CSteamID user, byte[] buffer, int bufferOffset, int bufferSize)
bool IsPacketAvailable(out uint size)
Dictionary< CSteamID, Queue< ReadResult > > _pendingReadBuffers
void ClearUser(CSteamID id)
Queue< byte[]> _bufferPool
SteamP2PReader(int channel)