public static interface GetConfigOperation.Callback extends OperationCallback
| Modifier and Type | Method and Description |
|---|---|
void |
gotData(ConfigurationType type,
int flags,
byte[] data)
Callback for result from getConfig.
|
complete, receivedStatusvoid gotData(ConfigurationType type, int flags, byte[] data)
type - the type that was retrievedflags - the flags for this valuedata - the data stored under this type