Class Element
java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.transport.Element
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the address of the elementintReturns the location descriptorReturns a list of sig models avaialable in this elementgetName()Returns the name of the elementintintvoid
-
Constructor Details
-
Element
Constructs an element within a node- Parameters:
elementAddress- element addresslocationDescriptor- location descriptormodels- models belonging to this element
-
-
Method Details
-
getElementAddress
public int getElementAddress()Returns the address of the element -
getLocationDescriptor
public int getLocationDescriptor()Returns the location descriptor -
getName
Returns the name of the element -
setName
-
getSigModelCount
public int getSigModelCount() -
getVendorModelCount
public int getVendorModelCount() -
getMeshModels
Returns a list of sig models avaialable in this element- Returns:
- List containing sig models
-