Class PiHandle

    • Constructor Detail

      • PiHandle

        protected PiHandle​(DeviceId deviceId)
    • Method Detail

      • deviceId

        public final DeviceId deviceId()
        Returns the device ID of this handle.
        Returns:
        device ID
      • entityType

        public abstract PiEntityType entityType()
        Returns the type of entity identified by this handle.
        Returns:
        PI entity type
      • hashCode

        public abstract int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public abstract boolean equals​(Object obj)
        Overrides:
        equals in class Object