public class BACnetIPPointLocatorRT extends PointLocatorRT
Modifier and Type | Field and Description |
---|---|
private int |
covId |
private static int |
NEXT_COV_ID |
private com.serotonin.bacnet4j.type.primitive.ObjectIdentifier |
oid |
private com.serotonin.bacnet4j.type.enumerated.PropertyIdentifier |
pid |
private com.serotonin.bacnet4j.RemoteDevice |
remoteDevice |
private BACnetIPPointLocatorVO |
vo |
Constructor and Description |
---|
BACnetIPPointLocatorRT(BACnetIPPointLocatorVO vo) |
Modifier and Type | Method and Description |
---|---|
com.serotonin.bacnet4j.type.constructed.Address |
getAddress(int defaultPort) |
int |
getCovId() |
com.serotonin.bacnet4j.Network |
getNetwork() |
com.serotonin.bacnet4j.type.primitive.ObjectIdentifier |
getOid() |
com.serotonin.bacnet4j.type.enumerated.PropertyIdentifier |
getPid() |
com.serotonin.bacnet4j.RemoteDevice |
getRemoteDevice() |
int |
getRemoteDeviceInstanceNumber() |
int |
getWritePriority() |
boolean |
isInitialized() |
boolean |
isRelinquishable() |
boolean |
isSettable() |
boolean |
isUseCovSubscription() |
void |
setRemoteDevice(com.serotonin.bacnet4j.RemoteDevice remoteDevice) |
private static int NEXT_COV_ID
private final BACnetIPPointLocatorVO vo
private com.serotonin.bacnet4j.RemoteDevice remoteDevice
private final com.serotonin.bacnet4j.type.primitive.ObjectIdentifier oid
private final com.serotonin.bacnet4j.type.enumerated.PropertyIdentifier pid
private final int covId
public BACnetIPPointLocatorRT(BACnetIPPointLocatorVO vo)
public com.serotonin.bacnet4j.type.constructed.Address getAddress(int defaultPort)
public com.serotonin.bacnet4j.Network getNetwork()
public int getRemoteDeviceInstanceNumber()
public boolean isInitialized()
public boolean isUseCovSubscription()
public void setRemoteDevice(com.serotonin.bacnet4j.RemoteDevice remoteDevice)
public com.serotonin.bacnet4j.RemoteDevice getRemoteDevice()
public com.serotonin.bacnet4j.type.primitive.ObjectIdentifier getOid()
public com.serotonin.bacnet4j.type.enumerated.PropertyIdentifier getPid()
public int getCovId()
public boolean isSettable()
isSettable
in class PointLocatorRT
public boolean isRelinquishable()
isRelinquishable
in class PointLocatorRT
public int getWritePriority()