cphIsRemoveDevice
cphIsRemoveDevice(
g_physConfigID
t_path
)
=> t / nil
Description
Determines whether there is a Remove rule defined for the specified occurrence in the physical configuration view associated with the specified ID.
Arguments
Value Returned
|
There is a Remove rule defined for the specified occurrence. |
|
|
There is no Remove rule defined for the specified occurrence. |
Example
cphIsRemoveDevice(physConfigID "I0/N0")
Return to top