| Prototype | |
|
|
| Parameters | |
|
Integer port identifier |
|
Pointer to buffer to hold returned device handle |
| Return Value | |
|
Port successfully opened |
|
Port is in use by another application |
|
Port does not exist or is not functioning |
This function opens an HDLC port. If successful, the API returns a handle to the device. Most API calls require an open device handle. The application calls MgslClose when the device is no longer needed. Only one handle per port may be open. This prevents other applications from accessing a port that is currently in use.
See also: MgslOpenDiagnostics, MgslOpenTraceHandle, Opening the Port, Closing the Port
| Previous | Contents | Next |