Interface MUX
- All Superinterfaces:
ISOSource
-
Method Summary
Methods inherited from interface ISOSource
isConnected, send
-
Method Details
-
request
Sends a message to remote host and wait for response- Parameters:
m- message to sendtimeout- time to wait for a message- Returns:
- received message or null
- Throws:
ISOException
-
request
Sends a message to remote host in async way- Parameters:
m- message to sendtimeout- time to wait for the responser- reference to response listenerhandBack- optional handback to be given to reponse listener- Throws:
ISOException
-