Minor Update:
- Added Output on Function Output events
This commit is contained in:
@@ -896,6 +896,8 @@ bool CSelectableCore::ProcessBuffer( THandle * Handle, bool Force )
|
||||
LocalIO = Handle->LocalIO;
|
||||
}
|
||||
if (LocalIO) {
|
||||
ShowOutput( DebugLevel, dlHigh, OutputDisplay, Data, Len, "%s: LocalIO '%s' - OUT:", Name, LocalIO->Name );
|
||||
|
||||
Output = LocalIO->FirstOutput;
|
||||
while (Output) {
|
||||
Output->Function->Input( Output->IOName, Data, Len );
|
||||
@@ -922,6 +924,8 @@ bool CSelectableCore::ProcessBuffer( THandle * Handle, bool Force )
|
||||
LocalIO = Handle->LocalIO;
|
||||
}
|
||||
if (LocalIO) {
|
||||
ShowOutput( DebugLevel, dlHigh, OutputDisplay, Data, Len, "%s: LocalIO '%s' - OUT:", Name, LocalIO->Name );
|
||||
|
||||
Output = LocalIO->FirstOutput;
|
||||
while (Output) {
|
||||
Output->Function->Input( Output->IOName, Data, Len );
|
||||
|
||||
Reference in New Issue
Block a user