 |
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.
|
 |
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.
|