public interface ITransmitter
| Modifier and Type | Method and Description |
|---|---|
Transmitter |
getTransmitter()
Returns a default transmitter for the present device.
|
Transmitter |
getTransmitter(String connector)
Parses the String argument, and returns a transmitter accordingly.
|
String[] |
getTransmitterNames()
Return possible name of transmitters, that are guaranteed to work with the getTransmitter(String).
|
Transmitter getTransmitter()
Transmitter getTransmitter(String connector) throws NoSuchTransmitterException
connector - String describing desired port. Syntax is dependent on the implementing class.NoSuchTransmitterExceptionString[] getTransmitterNames()
Copyright © 2020. All rights reserved.