lan-ip

xod/w5500/lan-ip

Gets a local IP address
lan-ip
@/lan-ip
Gets a local IP address
INET@/w5500-inet
Internet connection
lan-ip
INET
IP
IPxod/net/ip-address
The IP address

C++ implementation

struct State {
};

{{ GENERATED_CODE }}

void evaluate(Context ctx) {
    auto inet = getValue<input_INET>(ctx);
    emitValue<output_IP>(ctx, inet.ip);
}