MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / setBaudRate

Method setBaudRate

android/src/ProxyAndroidPort.java:106–109  ·  view source on GitHub ↗
(int baud)

Source from the content-addressed store, hash-verified

104 }
105
106 @Override public boolean setBaudRate(int baud) {
107 AndroidPort port = this.port;
108 return port != null && port.setBaudRate(baud);
109 }
110
111 @Override public int write(byte[] data, int length) {
112 AndroidPort port = this.port;

Callers

nothing calls this directly

Calls 1

setBaudRateMethod · 0.95

Tested by

no test coverage detected