drGetPacketAlias
drGetPacketAlias(tx_displayNamet_srcPacketName) =>l_packetAliasList/ nil
Description
Reads virtual memory and returns a list of packets that are aliased to the specified packet.
Arguments
Value Returned
|
A list containing the name of the display device, specified packet, and packet aliases. |
|
Example
drGetPacketAlias("psb" "blackChecker_S")
drGetPacketAlias(27832 "blackChecker_S")
Reads virtual memory and returns the packets aliased to the blackChecker_S packet for the psb display device.
Return to top