Changes

Jump to navigation Jump to search
14 bytes added ,  19:04, 25 June 2017
Line 120: Line 120:     
=Service Access Control=
 
=Service Access Control=
This is a list of [[Services_API|service]]-name strings which the title has access to, with the following structure: +0 control_byte, +1 = {service-name without nul-terminator}. Bitmask 0xF in control_byte is the length of the service-name. Bitmask 0x80 is set for services which the title can register, while it's clear for services used with [[Services_API#GetService]].
+
This is a list of [[Services_API|service]]-name strings which the title has access to, with the following structure:
 +
  +0: control_byte
 +
  +1: {service-name without nul-terminator}
 +
 
 +
Bitmask 0x0F in control_byte is the length of the service-name.
 +
 
 +
Bitmask 0x80 in control_byte means service is allowed to be registered.
 +
 
 +
The service string can contain a wildcard <code>*</code> character.

Navigation menu