C# Class UnitTests.ReadWriteTests

Datei anzeigen Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Methods

Method Description
Run ( NetPeer peer ) : void
ToBinaryString ( ulong value, int bits, bool includeSpaces ) : string

Method Details

Run() public static method

public static Run ( NetPeer peer ) : void
peer Lidgren.Network.NetPeer
return void

ToBinaryString() public static method

public static ToBinaryString ( ulong value, int bits, bool includeSpaces ) : string
value ulong
bits int
includeSpaces bool
return string