IcmpTypeCode

Describes the ICMP type and code.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: Int?

The ICMP code. A value of -1 means all codes for the specified ICMP type.

Link copied to clipboard
val type: Int?

The ICMP type. A value of -1 means all types.

Functions

Link copied to clipboard
inline fun copy(block: IcmpTypeCode.Builder.() -> Unit = {}): IcmpTypeCode
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String