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

com.rcll.llsf_comm.Key Maven / Gradle / Ivy

There is a newer version: 0.1.19.1
Show newest version
package com.rcll.llsf_comm;

public class Key {

	public int cmp_id;
	public int msg_id;

	public Key(int cmp_id, int msg_id) {
		this.cmp_id = cmp_id;
		this.msg_id = msg_id;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy