Enumeration
MobiledgeXiOSLibrary.SystemError
public enum SystemError
Occurs when GetConnection function using bsd sockets has an error
Relationships
Member Of
MobiledgeXiOSLibrary
Swift MobiledgeX SDK namespace Used for "namespacing" purposes to prevent naming conflicts from common names (Util, NetworkInterface, etc.)
Conforms To
Error
Enumeration Cases
getaddrinfo
case getaddrinfo(: Int32, : Int32?)
socket
case socket(: Int32, : Int32?)
bind
case bind(: Int32, : Int32?)
connect
case connect(: Int32, : Int32?)