#[repr(u16)]pub enum SlmpCommand {
Show 26 variants
DeviceRead = 1_025,
DeviceWrite = 5_121,
DeviceReadRandom = 1_027,
DeviceWriteRandom = 5_122,
DeviceReadBlock = 1_030,
DeviceWriteBlock = 5_126,
MonitorRegister = 2_049,
Monitor = 2_050,
ReadTypeName = 257,
LabelArrayRead = 1_050,
LabelArrayWrite = 5_146,
LabelReadRandom = 1_052,
LabelWriteRandom = 5_147,
MemoryRead = 1_555,
MemoryWrite = 5_651,
ExtendUnitRead = 1_537,
ExtendUnitWrite = 5_633,
RemoteRun = 4_097,
RemoteStop = 4_098,
RemotePause = 4_099,
RemoteLatchClear = 4_101,
RemoteReset = 4_102,
RemotePasswordUnlock = 5_680,
RemotePasswordLock = 5_681,
SelfTest = 1_561,
ClearError = 5_655,
}Variants§
DeviceRead = 1_025
DeviceWrite = 5_121
DeviceReadRandom = 1_027
DeviceWriteRandom = 5_122
DeviceReadBlock = 1_030
DeviceWriteBlock = 5_126
MonitorRegister = 2_049
Monitor = 2_050
ReadTypeName = 257
LabelArrayRead = 1_050
LabelArrayWrite = 5_146
LabelReadRandom = 1_052
LabelWriteRandom = 5_147
MemoryRead = 1_555
MemoryWrite = 5_651
ExtendUnitRead = 1_537
ExtendUnitWrite = 5_633
RemoteRun = 4_097
RemoteStop = 4_098
RemotePause = 4_099
RemoteLatchClear = 4_101
RemoteReset = 4_102
RemotePasswordUnlock = 5_680
RemotePasswordLock = 5_681
SelfTest = 1_561
ClearError = 5_655
Implementations§
Trait Implementations§
Source§impl Clone for SlmpCommand
impl Clone for SlmpCommand
Source§fn clone(&self) -> SlmpCommand
fn clone(&self) -> SlmpCommand
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 SlmpCommand
impl Debug for SlmpCommand
Source§impl PartialEq for SlmpCommand
impl PartialEq for SlmpCommand
impl Copy for SlmpCommand
impl Eq for SlmpCommand
impl StructuralPartialEq for SlmpCommand
Auto Trait Implementations§
impl Freeze for SlmpCommand
impl RefUnwindSafe for SlmpCommand
impl Send for SlmpCommand
impl Sync for SlmpCommand
impl Unpin for SlmpCommand
impl UnsafeUnpin for SlmpCommand
impl UnwindSafe for SlmpCommand
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