| Customize Help
| Save Settings

MappCloseConnection



Function Map
Synopsis
Closes a connection to a remote MIL application.
Syntax
void MappCloseConnection(
MIL_ID RemoteContextAppId //in
)
Description

Closes the connection opened by MappOpenConnection(). All MIL objects allocated from this node must have been freed, using M...Free(), before disconnecting.

Note that this function reference has not been updated for a MIL system added during a MIL update. Refer to the MIL system's release note to see if there is complementary information.
Parameters
This function is not supported on the selected boards.
Parameter
RemoteContextAppId

Specifies the remote application to disconnect from. This application identifier must have been returned by a previous call to MappOpenConnection().

Compilation information
Header Include mil.h.
Library Use mil.lib.
DLL Requires mil.dll.