Subnet
public struct Subnet
-
Declaration
Swift
public var prefixLength: UInt8
-
Declaration
Swift
public var ipAddress: String
-
Declaration
Swift
public init(prefixLength: UInt8, ipAddress: String)
-
Declaration
Swift
public init(json: [String : Any])