ioctlSync
ioctlSync<
Command,Ops>(this,path,command, …args):ReturnType<Ops[Command]>
Defined in: src/vfs/ioctl.ts:67
Perform an ioctl on a file or file system
Type Parameters
Section titled “Type Parameters”Command
Section titled “Command”Command extends number
Ops extends IoctlOps = IoctlDefaultSyncOps
Parameters
Section titled “Parameters”unknown
PathOrFileDescriptor
command
Section titled “command”Command
…IoctlArgs<Ops[Command]>
Returns
Section titled “Returns”ReturnType<Ops[Command]>