Services API: Difference between revisions

Line 18: Line 18:
| 3 || [[#UnregisterService]]
| 3 || [[#UnregisterService]]
|-
|-
| 4 || [11.0.0+] [[#DetachClient]]
| 4 || [11.0.0-11.0.1] [[#DetachClient]]
|}
|}


Line 29: Line 29:
== RegisterService ==
== RegisterService ==
Takes a zero-padded service name encoded as an u64 integer, an u8 bool '''IsLight''', and a s32 '''MaxSessions''' at the next word. Returns a handle.
Takes a zero-padded service name encoded as an u64 integer, an u8 bool '''IsLight''', and a s32 '''MaxSessions''' at the next word. Returns a handle.
[12.0.0+] This is only available with tipc.


== UnregisterService ==
== UnregisterService ==
Takes a zero-padded service name encoded as an u64 integer.
Takes a zero-padded service name encoded as an u64 integer.
[12.0.0+] This is only available with tipc.


== DetachClient ==
== DetachClient ==