SVC: Difference between revisions
→Object types: KClientPort, KServerPort |
|||
Line 654: | Line 654: | ||
=== Object types === | === Object types === | ||
''' | '''KDebug:''' signals when there is a new [[#DebugEventInfo|DebugEvent]] (retrievable via [[#svcGetDebugEvent]]). | ||
''' | '''KClientPort:''' signals when the number of sessions is less than the maximum allowed. | ||
''' | '''KProcess:''' signals when the process undergoes a state change (retrievable via [[#svcGetProcessInfo]]). | ||
''' | '''KReadableEvent:''' signals when the event has been signaled via svcSignalEvent. | ||
''' | '''KServerPort:''' signals when there is an incoming connection waiting to be [[#svcAcceptSession|accepted]]. | ||
''' | '''KServerSession:''' signals when there is an incoming message waiting to be [[#svcReplyAndReceive|received]] or the pipe is closed. | ||
''' | '''KThread:''' signals when the thread has exited. | ||
=== Result codes === | === Result codes === |