namespace CPF.Mac.CoreFoundation { public enum CFSocketError { Success = 0, Error = -1, Timeout = -2 } }