Package org.sensorhub.api.command
Interface IStreamingControlInterfaceWithResult
- All Superinterfaces:
 IEventProducer,IStreamingControlInterface
- 
Field Summary
Fields inherited from interface org.sensorhub.api.command.IStreamingControlInterface
ERROR_NO_CANCEL, ERROR_NO_UPDATE - 
Method Summary
Modifier and TypeMethodDescriptionRetrieves description of command result datadefault DataEncodingRetrieves encoding of command result dataMethods inherited from interface org.sensorhub.api.event.IEventProducer
registerListener, unregisterListenerMethods inherited from interface org.sensorhub.api.command.IStreamingControlInterface
cancelCommand, getCommandDescription, getCommandEncoding, getName, getParentProducer, isEnabled, submitCommand, updateCommand, validateCommand 
- 
Method Details
- 
getResultDescription
DataComponent getResultDescription()Retrieves description of command result data- Returns:
 - Data component containing result structure
 
 - 
getResultEncoding
Retrieves encoding of command result data- Returns:
 - Data Recommended encoding of result structure
 
 
 -