PPC Inform Session (Macintosh)

Waits for a PPC session request.

port refnum is a port refnum that uniquely identifies the port that the VI closes if a timeout occurs or if the VI aborts before running.
If automatically accept is TRUE (default), the VI accepts any session request automatically. Otherwise, accept or reject the request using the PPC Accept Session VI immediately, because the other computer waits (hangs) until the VI accepts or rejects its attempt to initiate a session or an error occurs. Refer to PPC Accept Session for more information.
timeout ticks indicates how long in ticks (1/60 of a second) LabVIEW waits for a reply before timing out if want reply is TRUE. Use a value of 0 if you do not want a timeout. The default is 600 ticks, or 10 seconds.
session refnum is a session refnum, which you use in subsequent communication for this session.
initiator's target ID describes the application attempting to start a session.
request info describes the user attempting to start a session.
user name is the name of the user that is attempting to start a session.
user data is an application-defined value that is the same as the user data value passed to PPC Start Session.
request origin indicates the origin of the application requesting a session.

1Local Origin—The requesting application is on the same computer.
2Remote Origin—The requesting application is remote.
service type is a ring indicator. It is always 1 (Real Time).
error, if negative, indicates a Macintosh error. If positive, error indicates an error internal to the CIN that generated it. Refer to the PPC Error Codes for a list of PPC error codes and their descriptions.