nx.js
Enumerations

SfBufferAttr

Bitmask of buffer attributes for an IPC service-framework (sf) call. Used by Switch.Service and ServiceDispatchParams.

Enumeration Members

Enumeration MemberValueDescription
FixedSize16Buffer has a fixed size known at compile time.
HipcAutoSelect32Buffer transfer mode is auto-selected by the framework (alias vs. pointer).
HipcMapAlias4Buffer is sent via HIPC map alias (kernel maps the buffer into the server's address space).
HipcMapTransferAllowsNonDevice128Map-alias transfer is allowed to be non-device.
HipcMapTransferAllowsNonSecure64Map-alias transfer is allowed to be non-secure.
HipcPointer8Buffer is sent via HIPC pointer (small buffer copied through pointer descriptors).
In1Buffer is an input (sent from client to server).
Out2Buffer is an output (filled in by the server).

On this page