NPDM: Difference between revisions
Line 124: | Line 124: | ||
+1: {service-name without nul-terminator} | +1: {service-name without nul-terminator} | ||
Bitmask 0x0F in control_byte is the length of the service-name. | Bitmask 0x0F in control_byte is the {length of the service-name without nul-terminator} - 1. | ||
Bitmask 0x80 in control_byte means service is allowed to be registered. | Bitmask 0x80 in control_byte means service is allowed to be registered. | ||
The service string can contain a wildcard <code>*</code> character. | The service string can contain a wildcard <code>*</code> character. |