NAME |
DDR LOCK/UNLOCK NODE |
TAG |
LOCKC |
ROUTINE |
DDR1 |
RETURN VALUE TYPE |
SINGLE VALUE |
AVAILABILITY |
RESTRICTED |
DESCRIPTION |
This function will lock or unlock an M global node. Also,
this function allows the calling application to specify the
timeout (in seconds) for a 'lock' command.
|
INPUT PARAMETER |
-
- PARAMETERS
- PARAMETER TYPE: LIST
- MAXIMUM DATA LENGTH: 512
- DESCRIPTION:
This array contains the following parameter necessary for
a Lock command:
|TAB|- NODE - the global node that needs to be locked/unlocked
|TAB|- LOCKMODE - the operation to be done, Lock or Unlock
|TAB|- TIMEOUT - integer representing the number of seconds during which
the system attempts to lock or unlock a node before returning control to
the program .
|
RETURN PARAMETER DESCRIPTION |
This parameter returns 1 if the lock or unlock command is successful,
otherwise a 0 is returned.
|