The DPCaps Class of the com.ms.directX package contains the capabilities of a DirectPlay object after a call to the getCaps or getPlayerCaps methods. Any of these capabilities can differ depending on whether guaranteed or non-guaranteed capabilities are requested. This class is read-only.
public final class DPCaps { // Fields public int flags; public int headerLength; public int hundredBaud; public int latency; public int maxBufferSize; public int maxLocalPlayers; public int maxPlayers; public int maxQueueSize; public int timeOut; }