1st version that works
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
package com.safemobile.lib.radio;
|
||||
|
||||
public class RadioStatus {
|
||||
public int gwID = 0;
|
||||
public int rgwID = 0;
|
||||
public int status = 0;
|
||||
|
||||
public IncCall incCall = new IncCall();
|
||||
|
||||
public RadioStatus(){
|
||||
|
||||
}
|
||||
public String toString()
|
||||
{
|
||||
return "gwID: " + gwID + " | rgwID: " + rgwID + " | status: " + status;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user