mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 02:57:56 +00:00
18 lines
342 B
Modula-2
Executable File
18 lines
342 B
Modula-2
Executable File
LIBRARY MTConnector
|
|
|
|
EXPORTS initExpert
|
|
deinitExpert
|
|
updateQuote
|
|
sendEvent
|
|
sendIntResponse
|
|
sendBooleanResponse
|
|
sendDoubleResponse
|
|
sendStringResponse
|
|
sendVoidResponse
|
|
sendDoubleArrayResponse
|
|
sendIntArrayResponse
|
|
getCommandType
|
|
getIntValue
|
|
getDoubleValue
|
|
getStringValue
|
|
getBooleanValue |