NETPort::IsDead()

Description

IsDead() is used to establish if the NETPort link is dead.

Call Signature

int IsDead ( )

Return Value

int

1 is returned if the link is dead and 0 if the link is alive.

Remarks

A NETPort should only become dead if a serious operating system failure takes place.

Example


  if( poPort.IsDead() = 1 )then
    call poPort.Destroy()
    return
  endif

See also

NETPort class

Inter-process communication

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.