Changes

258 bytes added ,  12:45, 23 May 2016
m
no edit summary
Line 31: Line 31:  
::I'm thinking I'll go ahead and map all of the Ioctl commands to their type in a simple table (ioctl/ioctlv/ioctlAsync/ioctlvAsync), then below that, give a detailed explanation for the parameters and return values for each one.
 
::I'm thinking I'll go ahead and map all of the Ioctl commands to their type in a simple table (ioctl/ioctlv/ioctlAsync/ioctlvAsync), then below that, give a detailed explanation for the parameters and return values for each one.
 
::My reason is, a quick table makes it easy to see if there's an Async you can call from PPC using an IPC. [[User:Datalogger|Datalogger]] ([[User talk:Datalogger|talk]]) 12:21, 23 May 2016 (CEST)
 
::My reason is, a quick table makes it easy to see if there's an Async you can call from PPC using an IPC. [[User:Datalogger|Datalogger]] ([[User talk:Datalogger|talk]]) 12:21, 23 May 2016 (CEST)
 +
:::I feel like I'm missing something here; all IOS calls from the PPC are async by design, and IPC calls within IOS can be either - they're not restricted to one mode or the other. [[User:Tueidj|Tueidj]] ([[User talk:Tueidj|talk]]) 12:45, 23 May 2016 (CEST)