@Beta public abstract class PiHandle extends Object
Modifier | Constructor and Description |
---|---|
protected |
PiHandle(DeviceId deviceId) |
Modifier and Type | Method and Description |
---|---|
DeviceId |
deviceId()
Returns the device ID of this handle.
|
abstract PiEntityType |
entityType()
Returns the type of entity identified by this handle.
|
abstract boolean |
equals(Object obj) |
abstract int |
hashCode() |
abstract String |
toString() |
protected PiHandle(DeviceId deviceId)
public final DeviceId deviceId()
public abstract PiEntityType entityType()