IcmpTypeCode

An Internet Control Message Protocol (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 for which to deny or allow access. To deny or allow all codes, use the value -1.

Link copied to clipboard
val type: Int?

The ICMP type for which to deny or allow access. To deny or allow all types, use the value -1.

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