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 java.lang.Object
      • equals

        public abstract boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public abstract java.lang.String toString()
        Overrides:
        toString in class java.lang.Object