XNoOp()XNoOp()NameXNoOp – send a NoOp to exercise connection with the server.
SynopsisXNoOp(display)
Display *display;
Arguments
display Specifies a connection to an X server; returned from
XOpenDisplay().
DescriptionXNoOp() sends a NoOperation request to the X server, thereby exercising
the connection. This request can be used to measure the response time
of the network connection. XNoOp() does not flush the request buffer.
See AlsoXDefaultScreen(), XCloseDisplay(), XFree(), XOpenDisplay().
Xlib - HouseKeeping XNoOp()