SteamIPAddress
Steamworks SteamIPAddress_t
Topics
Properties
var type: SteamIPType
        var type: SteamIPType
        
      
    var ipv4Address: Int
        var ipv4Address: Int
        
      
    var ipv6Address: [UInt8]
        var ipv6Address: [UInt8]
        
      
    var isSet: Bool
        var isSet: Bool
        
      
    Initializers
init(ipv4Address: Int)
        init(ipv4Address: Int)
        
      
    init(ipv6Address: [UInt8])
        init(ipv6Address: [UInt8])
        
      
    Conformances
static func ==(lhs: SteamIPAddress, rhs: SteamIPAddress) -> Bool
        static func ==(lhs: SteamIPAddress, rhs: SteamIPAddress) -> Bool
        
      
    Simple equality, no thinking about IPv4 expressed in IPv6…
Declaration
Swift
    public static func == (lhs: SteamIPAddress, rhs: SteamIPAddress) -> Boolfunc hash(into: inout Hasher)
        func hash(into: inout Hasher)
        
      
    Use SteamIPAddress as a dictionary key.
Declaration
Swift
    public func hash(into hasher: inout Hasher)