Interface GetConfigOperation.Callback

All Superinterfaces:
OperationCallback
Enclosing interface:
GetConfigOperation

public static interface GetConfigOperation.Callback extends OperationCallback
Operation callback for the getConfig request.
  • Method Details

    • gotData

      void gotData(ConfigurationType type, int flags, byte[] data)
      Callback for result from getConfig.
      Parameters:
      type - the type that was retrieved
      flags - the flags for this value
      data - the data stored under this type