pridáno tlačítko na SNMP test
parent
9b78c61936
commit
01d3a02b0d
|
|
@ -110,6 +110,10 @@ public class Message implements Serializable {
|
||||||
// C->S: klient si vyžádal SNMP informace o interface objektu
|
// C->S: klient si vyžádal SNMP informace o interface objektu
|
||||||
public static final int SNMP_OBJECT_INTERFACE = 115;
|
public static final int SNMP_OBJECT_INTERFACE = 115;
|
||||||
|
|
||||||
|
// C->S: klient testuje snmp nastavení
|
||||||
|
// S->C: server odesila vysledek testu
|
||||||
|
public static final int SNMP_TEST = 116;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue