34 lines
678 B
Modula-2
34 lines
678 B
Modula-2
|
LIBRARY MST120
|
||
|
|
||
|
EXPORTS
|
||
|
|
||
|
; Node Controller exported interface
|
||
|
T120_CreateNodeController
|
||
|
T120_CreateControlSAP
|
||
|
|
||
|
; MCS Private Interface Exports
|
||
|
MCS_AttachRequest
|
||
|
|
||
|
; GCC Exports
|
||
|
GCC_CreateAppSap
|
||
|
|
||
|
; UI Security info export
|
||
|
T120_GetSecurityInfoFromGCCID
|
||
|
|
||
|
; Secure transport settings control
|
||
|
T120_TprtSecCtrl
|
||
|
|
||
|
; T120 Applet Exports
|
||
|
T120_CreateAppletSAP
|
||
|
|
||
|
; T120 Applet Loader Exports
|
||
|
T120_LoadApplet
|
||
|
T120_CloseApplet
|
||
|
T120_AppletStatus
|
||
|
T120_QueryApplet
|
||
|
T120_GetNodeName
|
||
|
T120_GetUserData
|
||
|
T120_GetNodeVersion
|
||
|
; T120 Pluggable Transport
|
||
|
T120_CreatePluggableTransport
|