mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 14:51:42 +01:00
Updated: DESFire File Content Methods
This commit is contained in:
parent
66bda1eed5
commit
7269f33cbb
14
user.capnp
14
user.capnp
@ -46,11 +46,15 @@ struct User
|
|||||||
removeRole @3 ( role :Role ) -> ();
|
removeRole @3 ( role :Role ) -> ();
|
||||||
}
|
}
|
||||||
|
|
||||||
cardDESFire @2 :CardDESFire;
|
cardDESFireEV2 @2 :CardDESFireEV2;
|
||||||
interface CardDESFire $CSharp.name("CardDESFireInterface") {
|
interface CardDESFireEV2 $CSharp.name("CardDESFireInterface") {
|
||||||
getPIDList @0 () -> ( pids :List(Text) );
|
getPIDList @0 () -> ( pids :List(Text) );
|
||||||
getNewURL @1 () -> ( url :Text );
|
|
||||||
bind @2 ( pid :Text, auth_key :Text ) -> ();
|
getVersion @1 () -> ( version :Text );
|
||||||
revoke @3 ( pid :Text ) -> ();
|
getDomain @1 () -> ( Domain :Text );
|
||||||
|
getPID @2 () -> ( pid :Text );
|
||||||
|
|
||||||
|
bind @3 ( pid :Text, auth_key :Text ) -> ();
|
||||||
|
revoke @4 ( pid :Text ) -> ();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user