nfp: Amiibo scanning support (#2006)
* Initial Impl. * You just want me cause I'm next * Fix some logics * Fix close button
This commit is contained in:
parent
2b92c10105
commit
a56423802c
22 changed files with 1830 additions and 144 deletions
|
@ -7,7 +7,12 @@
|
|||
|
||||
Success = 0,
|
||||
|
||||
DeviceNotFound = (64 << ErrorCodeShift) | ModuleId,
|
||||
DevicesBufferIsNull = (65 << ErrorCodeShift) | ModuleId
|
||||
DeviceNotFound = (64 << ErrorCodeShift) | ModuleId,
|
||||
WrongArgument = (65 << ErrorCodeShift) | ModuleId,
|
||||
WrongDeviceState = (73 << ErrorCodeShift) | ModuleId,
|
||||
NfcDisabled = (80 << ErrorCodeShift) | ModuleId,
|
||||
TagNotFound = (97 << ErrorCodeShift) | ModuleId,
|
||||
ApplicationAreaIsNull = (128 << ErrorCodeShift) | ModuleId,
|
||||
ApplicationAreaAlreadyCreated = (168 << ErrorCodeShift) | ModuleId
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue