- hasBinary(String) - Method in class fi.tkk.netlab.dtn.scampi.applib.SCAMPIMessage
-
Returns true
if the message has a binary type content item
with the given name, false
otherwise (i.e.,
if the content item does not exist or exists but is not a binary type).
- hasFloat(String) - Method in class fi.tkk.netlab.dtn.scampi.applib.SCAMPIMessage
-
Returns true
if the message has a floating point type content item
with the given name, false
otherwise (i.e.,
if the content item does not exist or exists but is not a floating point
type).
- hasInteger(String) - Method in class fi.tkk.netlab.dtn.scampi.applib.SCAMPIMessage
-
Returns true
if the message has an integer type content item
with the given name, false
otherwise (i.e.,
if the content item does not exist or exists but is not an integer type).
- hasString(String) - Method in class fi.tkk.netlab.dtn.scampi.applib.SCAMPIMessage
-
Returns true
if the message has a string type content item
with the given name, false
otherwise (i.e.,
if the content item does not exist or exists but is not a string type).
- hostDiscovered(AppLib, String, int, long, double, double, double) - Method in interface fi.tkk.netlab.dtn.scampi.applib.HostDiscoveryCallback
-
The router has discovered a new peer or updated the information of an
existing peer.
- HostDiscoveryCallback - Interface in fi.tkk.netlab.dtn.scampi.applib
-
Callback for host discovery messages.