Checks if the remote is connected.
(&self)
| 80 | |
| 81 | /// Checks if the remote is connected. |
| 82 | pub fn is_connected(&self) -> bool { |
| 83 | unsafe { BNRemoteIsConnected(self.handle.as_ptr()) } |
| 84 | } |
| 85 | |
| 86 | /// Gets the username used to connect to the remote. |
| 87 | pub fn username(&self) -> BnString { |
no outgoing calls