The OpenD Programming Language

outp

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

  1. ubyte outp(uint port_address, ubyte value)
    version(DigitalMars && AnyX86)
    nothrow @safe @nogc @system
    ubyte
    outp
    (,
    ubyte value
    )
  2. ubyte outp(uint port_address, uint value)

Meta