Wasm Directoryalpha
Enum

shutdown-type

No description available.

enum shutdown-type {
  receive,
  send,
  both,
}

Cases

CaseDescription
receiveSimilar to SHUT_RD in POSIX.
sendSimilar to SHUT_WR in POSIX.
bothSimilar to SHUT_RDWR in POSIX.