Avahi.ClientException.GetErrorString C# (CSharp) Method

GetErrorString() private static method

private static GetErrorString ( ErrorCode code ) : string
code ErrorCode
return string
        private static string GetErrorString(ErrorCode code)
        {
            IntPtr str = avahi_strerror (code);
            return Utility.PtrToString (str);
        }