mirror of
https://github.com/guilhermewerner/machine
synced 2025-06-16 13:14:18 +00:00
Split Payload and PayloadType
This commit is contained in:
10
Source/PayloadType.rs
Normal file
10
Source/PayloadType.rs
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
pub enum PayloadType {
|
||||
Nothing,
|
||||
Register,
|
||||
RegisterAddress,
|
||||
AddressRegister,
|
||||
TwoRegisters,
|
||||
ThreeRegisters,
|
||||
FourRegisters,
|
||||
}
|
Reference in New Issue
Block a user