outp

Writes and returns value to I/O port at port_address.

  1. ubyte outp(uint port_address, ubyte value)
    version(AnyX86)
    ubyte
    outp
    (,
    ubyte value
    )
  2. ushort outpw(uint port_address, ushort value)
  3. uint outpl(uint port_address, uint value)
Suggestion Box / Bug Report