SpiInterface.clone constructor
- SpiInterface otherInterface
Clones this SpiInterface.
Implementation
SpiInterface.clone(SpiInterface super.otherInterface)
: dataLength = otherInterface.dataLength,
super.clone();
Clones this SpiInterface.
SpiInterface.clone(SpiInterface super.otherInterface)
: dataLength = otherInterface.dataLength,
super.clone();