Class Element
java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.transport.Element
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the address of the elementint
Returns the location descriptorReturns a list of sig models available in this elementgetName()
Returns the name of the elementint
int
void
-
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 available in this element- Returns:
- Map containing sig models
-