The OpenD Programming Language

outp

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

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

Meta