mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-07 16:07:53 +00:00
16 lines
310 B
Modula-2
16 lines
310 B
Modula-2
|
|
LIBRARY MTConnector
|
||
|
|
|
||
|
|
EXPORTS initExpert
|
||
|
|
deinitExpert
|
||
|
|
updateQuote
|
||
|
|
sendIntResponse
|
||
|
|
sendBooleanResponse
|
||
|
|
sendDoubleResponse
|
||
|
|
sendStringResponse
|
||
|
|
sendVoidResponse
|
||
|
|
sendDoubleArrayResponse
|
||
|
|
sendIntArrayResponse
|
||
|
|
getCommandType
|
||
|
|
getIntValue
|
||
|
|
getDoubleValue
|
||
|
|
getStringValue
|