Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val create_cmd :
cmd:'a ->
cla_of_cmd:('a -> int) ->
ins_of_cmd:('a -> int) ->
cmd
Type of an ADPU.
val length : t -> int
length t
is the size of t
in bytes.
val write : Cstruct.t -> t -> Cstruct.t
write cs t
writes t at cs
and returns cs
shifted by length
t
bytes.