Class PiActionProfileMemberHandle


  • public final class PiActionProfileMemberHandle
    extends PiHandle
    Global identifier of a PI action profile member, uniquely defined by a device ID, action profile ID, and member ID.
    • Method Detail

      • of

        public static PiActionProfileMemberHandle of​(DeviceId deviceId,
                                                     PiActionProfileMember member)
        Creates a new handle for the given device ID, and action profile group member instance.
        Parameters:
        deviceId - device ID
        member - member instance
        Returns:
        action profile group member handle
      • actionProfileId

        public PiActionProfileId actionProfileId()
        Returns the action profile ID of this handle.
        Returns:
        action profile ID
      • entityType

        public PiEntityType entityType()
        Description copied from class: PiHandle
        Returns the type of entity identified by this handle.
        Specified by:
        entityType in class PiHandle
        Returns:
        PI entity type
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in class PiHandle
      • toString

        public java.lang.String toString()
        Specified by:
        toString in class PiHandle