Package | Description |
---|---|
eu.gambas.system.communication.registry | |
info.pppc.base.system | |
info.pppc.base.system.plugin |
Modifier and Type | Field and Description |
---|---|
DeviceDescription |
DeviceRegistryConfiguration.REGISTRY_DEVICE
The device description of the registry.
|
Modifier and Type | Method and Description |
---|---|
DeviceDescription |
DeviceDescriptor.getDeviceDescription()
Returns the device description.
|
Modifier and Type | Method and Description |
---|---|
void |
DeviceDescriptor.setDeviceDescription(DeviceDescription description)
Sets the device description.
|
Modifier and Type | Method and Description |
---|---|
DeviceDescription |
PluginManager.getDeviceDescription(SystemID system)
Returns the device description of the local device.
|
DeviceDescription |
DeviceRegistry.getDeviceDescription(SystemID id)
Returns the device description of the system with the specified id.
|
Modifier and Type | Method and Description |
---|---|
void |
DeviceRegistry.registerDevice(DeviceDescription device)
Registers the specified device description.
|
void |
PluginManager.registerDevice(DeviceDescription device,
long ttl)
Registers the specified device description of the specified system.
|
void |
DeviceRegistry.registerDevice(DeviceDescription device,
long ttl)
Registers a device description that has been discovered from a remote device.
|
Modifier and Type | Method and Description |
---|---|
DeviceDescription |
IPluginManager.getDeviceDescription(SystemID system)
Returns the device description of the specified device.
|
Modifier and Type | Method and Description |
---|---|
void |
IDiscoveryManager.registerDevice(DeviceDescription device,
long ttl)
Registers a device description that has been discovered from a remote device.
|