Msg File src/inet/networklayer/contract/ipv6/Ipv6Address.msg
Name | Type | Description |
---|---|---|
Ipv6Address | class | (no description) |
Source code
// // Copyright (C) 2017 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // import inet.common.INETDefs; cplusplus {{ #include "inet/networklayer/contract/ipv6/Ipv6Address.h" }} namespace inet; class Ipv6Address { @existingClass; @opaque; @toString(.str()); }