Package org.somda.sdc.dpws.device
Interface DeviceSettings
-
- All Implemented Interfaces:
public interface DeviceSettingsSettings used in the setup process of a device.
-
-
Method Summary
Modifier and Type Method Description abstract EndpointReferenceTypegetEndpointReference()Gets the unique and persisted endpoint reference (EPR) of the device. abstract NetworkInterfacegetNetworkInterface()Gets the network interface the device shall bind to. -
-
Method Detail
-
getEndpointReference
abstract EndpointReferenceType getEndpointReference()
Gets the unique and persisted endpoint reference (EPR) of the device.
- Returns:
the endpoint reference of the device.
-
getNetworkInterface
abstract NetworkInterface getNetworkInterface()
Gets the network interface the device shall bind to.
- Returns:
the network interface to bind to.
-
-
-
-