isActive Method

Description

Returns whether or not the Explicit memory block indicated by the object can be processed.

Format

public boolean isActive();

Parameters

None

Exceptions

None

Return value

This method returns the state of the Explicit memory block indicated by the object, in the following Boolean types:

true:
The Explicit memory block can be processed. This value is returned for an enabled Explicit memory block, when the substate is Enable.
false:
The Explicit memory block cannot be processed. This value is returned in either of the following cases:
  • A disabled Explicit memory block
  • An enabled Explicit memory block, when the substate is Disable

Caution

Once the ExplicitMemory is disabled, it cannot be enabled again.