pub enum RemoteSwitchV2BrickletFunction {
Show 28 variants
GetSwitchingState,
SetRepeats,
GetRepeats,
SwitchSocketA,
SwitchSocketB,
DimSocketB,
SwitchSocketC,
SetRemoteConfiguration,
GetRemoteConfiguration,
GetRemoteStatusA,
GetRemoteStatusB,
GetRemoteStatusC,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackSwitchingDone,
CallbackRemoteStatusA,
CallbackRemoteStatusB,
CallbackRemoteStatusC,
}
Variants§
GetSwitchingState
SetRepeats
GetRepeats
SwitchSocketA
SwitchSocketB
DimSocketB
SwitchSocketC
SetRemoteConfiguration
GetRemoteConfiguration
GetRemoteStatusA
GetRemoteStatusB
GetRemoteStatusC
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackSwitchingDone
CallbackRemoteStatusA
CallbackRemoteStatusB
CallbackRemoteStatusC
Trait Implementations§
Source§impl From<RemoteSwitchV2BrickletFunction> for u8
impl From<RemoteSwitchV2BrickletFunction> for u8
Source§fn from(fun: RemoteSwitchV2BrickletFunction) -> Self
fn from(fun: RemoteSwitchV2BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RemoteSwitchV2BrickletFunction
impl RefUnwindSafe for RemoteSwitchV2BrickletFunction
impl Send for RemoteSwitchV2BrickletFunction
impl Sync for RemoteSwitchV2BrickletFunction
impl Unpin for RemoteSwitchV2BrickletFunction
impl UnwindSafe for RemoteSwitchV2BrickletFunction
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