Breadcrumb
- Sabre Red 360 Software Development Kit Help
- Desktop Red Apps
- Communications in Red Apps
- Emulator Command Intercept and Markup Services
- Simple Flow for Intercepting and Modifying Commands
Simple Flow for Intercepting and Modifying Commands
-
The Red App starts up. It registers a service with the name EMU_COMMAND.
-
The end-user types a command in Sabre emulator.
-
The service receives the command before it sends the command to the host in the form of an EmulatorCommandRequest class instance (the request in service context).
-
The service modifies the command and returns the modified command as an EmulatorCommandResponse object (the response in service context).
-
The modified command is sent to the host and the response is displayed in Sabre emulator.