pub enum ReflectorCommand {
Link,
Unlink,
Echo,
Info,
Use,
}Expand description
D-STAR reflector operation command.
Reflector operations are performed by setting specific URCALL values.
The TH-D75 provides dedicated menu items for these operations.
Handler at firmware address 0xC005D460.
Variants§
Link
Link to a reflector module.
Unlink
Unlink from the current reflector.
Echo
Echo test (transmit and receive back your own audio).
Info
Request reflector status information.
Use
Use the currently linked reflector.
Trait Implementations§
Source§impl Clone for ReflectorCommand
impl Clone for ReflectorCommand
Source§fn clone(&self) -> ReflectorCommand
fn clone(&self) -> ReflectorCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReflectorCommand
impl Debug for ReflectorCommand
Source§impl Hash for ReflectorCommand
impl Hash for ReflectorCommand
Source§impl PartialEq for ReflectorCommand
impl PartialEq for ReflectorCommand
impl Copy for ReflectorCommand
impl Eq for ReflectorCommand
impl StructuralPartialEq for ReflectorCommand
Auto Trait Implementations§
impl Freeze for ReflectorCommand
impl RefUnwindSafe for ReflectorCommand
impl Send for ReflectorCommand
impl Sync for ReflectorCommand
impl Unpin for ReflectorCommand
impl UnwindSafe for ReflectorCommand
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more