Starts up the channel. This can be called multiple times for individual services to start The svc parameter can be the logical or value of any constants. @param svc one of: DEFAULT - will start all services MBR_RX_SEQ - starts the membe
(int svc)
| 277 | * @throws ChannelException if a startup error occurs or the service is already started or an error occurs. |
| 278 | */ |
| 279 | void start(int svc) throws ChannelException; |
| 280 | |
| 281 | /** |
| 282 | * Shuts down the channel. This can be called multiple times for individual services to shut down. The svc parameter |
no outgoing calls
no test coverage detected