summaryrefslogtreecommitdiff
path: root/source/LCDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCDriver.cpp')
-rw-r--r--source/LCDriver.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/LCDriver.cpp b/source/LCDriver.cpp
index 9ce9c25..c68042c 100644
--- a/source/LCDriver.cpp
+++ b/source/LCDriver.cpp
@@ -282,6 +282,13 @@ LCDRIVER_API int __cdecl System_SwitchCommunicationDevice(LCDContext Context, ui
return Context->m_pObject->Do_System_SwitchCommunicationDevice(uiDevice, uiDevice);
}
+LCDRIVER_API int __cdecl System_StartCommRelay(LCDContext Context, uint32 HostDeviceId, uint32 TargetDeviceId, uint32 ControlDeviceId)
+{
+ VERIFY_CONTEXT_STARTED(Context);
+
+ return Context->m_pObject->Do_System_StartCommRelay(HostDeviceId, TargetDeviceId, ControlDeviceId);
+}
+
LCDRIVER_API int __cdecl Flash_ProcessFile(LCDContext Context, const char *pchPath, const char *pchType, int iUseBulk, int iDeleteBuffers)
{
VERIFY_CONTEXT_STARTED(Context);