Changes

2 bytes added ,  14:47, 26 September 2019
no edit summary
Line 1,610: Line 1,610:  
* GetSize: No input, returns an output u64.
 
* GetSize: No input, returns an output u64.
 
* Get: Takes a type-0x6 output buffer, no output. Official sw waits on the Event prior to using this cmd.
 
* Get: Takes a type-0x6 output buffer, no output. Official sw waits on the Event prior to using this cmd.
* Cancel: No input/output. Used by official sw when closing the object, when a global state flag is set (after using the cmd, official sw will also wait on the Event). This cmd is also used in other official sw funcs.
+
* Cancel: No input/output. Used by official sw when closing the object, when the serv-obj is initialized (after using the cmd, official sw will also wait on the Event). This cmd is also used in other official sw funcs.
 
* GetErrorContext: No input/output, takes a type-0x16 output buffer containing an [[Error_Applet#ErrorContext|ErrorContext]].
 
* GetErrorContext: No input/output, takes a type-0x16 output buffer containing an [[Error_Applet#ErrorContext|ErrorContext]].
   Line 1,630: Line 1,630:     
* Get: No input/output. Official sw waits on the Event prior to using this cmd.
 
* Get: No input/output. Official sw waits on the Event prior to using this cmd.
* Cancel: No input/output. Used by official sw when closing the object, when a global state flag is set (after using the cmd, official sw will also wait on the Event). This cmd is also used in other official sw funcs.
+
* Cancel: No input/output. Used by official sw when closing the object, when the serv-obj is initialized (after using the cmd, official sw will also wait on the Event). This cmd is also used in other official sw funcs.
 
* GetErrorContext: No input/output, takes a type-0x16 output buffer containing an [[Error_Applet#ErrorContext|ErrorContext]].
 
* GetErrorContext: No input/output, takes a type-0x16 output buffer containing an [[Error_Applet#ErrorContext|ErrorContext]].