All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nfctools.llcp.parameter.ReceiveWindowSize Maven / Gradle / Ivy

The newest version!
package org.nfctools.llcp.parameter;

public class ReceiveWindowSize {

	private int size;

	public ReceiveWindowSize(int size) {
		this.size = size;
	}

	public int getSize() {
		return size;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy