-
Notifications
You must be signed in to change notification settings - Fork 283
XPC Client Reference
Jason Watkins edited this page Apr 22, 2015
·
10 revisions
The following functions are available on all clients except where otherwise noted. In particular, the openUDP
and closeUDP
functions will not appear in clients written for object-oriented languages. For those clients, openUDP
is implicitly called when the object is created, closeUDP
is implicitly called when the object is destroyed, and all necessary socket management is handled internally by the client object.