Name

Go::UV::Constant - Constants for libuv

Class Methods

UV_VERSION_MAJOR

static method UV_VERSION_MAJOR : int ();

Returns the value of UV_VERSION_MAJOR. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_VERSION_MINOR

static method UV_VERSION_MINOR : int ();

Returns the value of UV_VERSION_MINOR. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_VERSION_PATCH

static method UV_VERSION_PATCH : int ();

Returns the value of UV_VERSION_PATCH. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_VERSION_IS_RELEASE

static method UV_VERSION_IS_RELEASE : int ();

Returns the value of UV_VERSION_IS_RELEASE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_VERSION_HEX

static method UV_VERSION_HEX : int ();

Returns the value of UV_VERSION_HEX. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_VERSION_SUFFIX

static method UV_VERSION_SUFFIX : string ();

Returns the value of UV_VERSION_SUFFIX. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_E2BIG

static method UV_E2BIG : int ();

Returns the value of UV_E2BIG. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EACCES

static method UV_EACCES : int ();

Returns the value of UV_EACCES. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EADDRINUSE

static method UV_EADDRINUSE : int ();

Returns the value of UV_EADDRINUSE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EADDRNOTAVAIL

static method UV_EADDRNOTAVAIL : int ();

Returns the value of UV_EADDRNOTAVAIL. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EAFNOSUPPORT

static method UV_EAFNOSUPPORT : int ();

Returns the value of UV_EAFNOSUPPORT. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EAGAIN

static method UV_EAGAIN : int ();

Returns the value of UV_EAGAIN. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EAI_ADDRFAMILY

static method UV_EAI_ADDRFAMILY : int ();

Returns the value of UV_EAI_ADDRFAMILY. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EAI_AGAIN

static method UV_EAI_AGAIN : int ();

Returns the value of UV_EAI_AGAIN. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EAI_BADFLAGS

static method UV_EAI_BADFLAGS : int ();

Returns the value of UV_EAI_BADFLAGS. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EAI_BADHINTS

static method UV_EAI_BADHINTS : int ();

Returns the value of UV_EAI_BADHINTS. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EAI_CANCELED

static method UV_EAI_CANCELED : int ();

Returns the value of UV_EAI_CANCELED. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EAI_FAIL

static method UV_EAI_FAIL : int ();

Returns the value of UV_EAI_FAIL. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EAI_FAMILY

static method UV_EAI_FAMILY : int ();

Returns the value of UV_EAI_FAMILY. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EAI_MEMORY

static method UV_EAI_MEMORY : int ();

Returns the value of UV_EAI_MEMORY. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EAI_NODATA

static method UV_EAI_NODATA : int ();

Returns the value of UV_EAI_NODATA. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EAI_NONAME

static method UV_EAI_NONAME : int ();

Returns the value of UV_EAI_NONAME. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EAI_OVERFLOW

static method UV_EAI_OVERFLOW : int ();

Returns the value of UV_EAI_OVERFLOW. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EAI_PROTOCOL

static method UV_EAI_PROTOCOL : int ();

Returns the value of UV_EAI_PROTOCOL. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EAI_SERVICE

static method UV_EAI_SERVICE : int ();

Returns the value of UV_EAI_SERVICE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EAI_SOCKTYPE

static method UV_EAI_SOCKTYPE : int ();

Returns the value of UV_EAI_SOCKTYPE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EALREADY

static method UV_EALREADY : int ();

Returns the value of UV_EALREADY. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EBADF

static method UV_EBADF : int ();

Returns the value of UV_EBADF. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EBUSY

static method UV_EBUSY : int ();

Returns the value of UV_EBUSY. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ECANCELED

static method UV_ECANCELED : int ();

Returns the value of UV_ECANCELED. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ECHARSET

static method UV_ECHARSET : int ();

Returns the value of UV_ECHARSET. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ECONNABORTED

static method UV_ECONNABORTED : int ();

Returns the value of UV_ECONNABORTED. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ECONNREFUSED

static method UV_ECONNREFUSED : int ();

Returns the value of UV_ECONNREFUSED. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ECONNRESET

static method UV_ECONNRESET : int ();

Returns the value of UV_ECONNRESET. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EDESTADDRREQ

static method UV_EDESTADDRREQ : int ();

Returns the value of UV_EDESTADDRREQ. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EEXIST

static method UV_EEXIST : int ();

Returns the value of UV_EEXIST. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EFAULT

static method UV_EFAULT : int ();

Returns the value of UV_EFAULT. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EFBIG

static method UV_EFBIG : int ();

Returns the value of UV_EFBIG. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EHOSTUNREACH

static method UV_EHOSTUNREACH : int ();

Returns the value of UV_EHOSTUNREACH. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EINTR

static method UV_EINTR : int ();

Returns the value of UV_EINTR. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EINVAL

static method UV_EINVAL : int ();

Returns the value of UV_EINVAL. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EIO

static method UV_EIO : int ();

Returns the value of UV_EIO. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EISCONN

static method UV_EISCONN : int ();

Returns the value of UV_EISCONN. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EISDIR

static method UV_EISDIR : int ();

Returns the value of UV_EISDIR. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ELOOP

static method UV_ELOOP : int ();

Returns the value of UV_ELOOP. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EMFILE

static method UV_EMFILE : int ();

Returns the value of UV_EMFILE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EMSGSIZE

static method UV_EMSGSIZE : int ();

Returns the value of UV_EMSGSIZE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENAMETOOLONG

static method UV_ENAMETOOLONG : int ();

Returns the value of UV_ENAMETOOLONG. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENETDOWN

static method UV_ENETDOWN : int ();

Returns the value of UV_ENETDOWN. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENETUNREACH

static method UV_ENETUNREACH : int ();

Returns the value of UV_ENETUNREACH. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENFILE

static method UV_ENFILE : int ();

Returns the value of UV_ENFILE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENOBUFS

static method UV_ENOBUFS : int ();

Returns the value of UV_ENOBUFS. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENODEV

static method UV_ENODEV : int ();

Returns the value of UV_ENODEV. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENOENT

static method UV_ENOENT : int ();

Returns the value of UV_ENOENT. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENOMEM

static method UV_ENOMEM : int ();

Returns the value of UV_ENOMEM. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENONET

static method UV_ENONET : int ();

Returns the value of UV_ENONET. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENOPROTOOPT

static method UV_ENOPROTOOPT : int ();

Returns the value of UV_ENOPROTOOPT. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENOSPC

static method UV_ENOSPC : int ();

Returns the value of UV_ENOSPC. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENOSYS

static method UV_ENOSYS : int ();

Returns the value of UV_ENOSYS. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENOTCONN

static method UV_ENOTCONN : int ();

Returns the value of UV_ENOTCONN. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENOTDIR

static method UV_ENOTDIR : int ();

Returns the value of UV_ENOTDIR. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENOTEMPTY

static method UV_ENOTEMPTY : int ();

Returns the value of UV_ENOTEMPTY. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENOTSOCK

static method UV_ENOTSOCK : int ();

Returns the value of UV_ENOTSOCK. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENOTSUP

static method UV_ENOTSUP : int ();

Returns the value of UV_ENOTSUP. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EPERM

static method UV_EPERM : int ();

Returns the value of UV_EPERM. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EPIPE

static method UV_EPIPE : int ();

Returns the value of UV_EPIPE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EPROTO

static method UV_EPROTO : int ();

Returns the value of UV_EPROTO. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EPROTONOSUPPORT

static method UV_EPROTONOSUPPORT : int ();

Returns the value of UV_EPROTONOSUPPORT. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EPROTOTYPE

static method UV_EPROTOTYPE : int ();

Returns the value of UV_EPROTOTYPE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ERANGE

static method UV_ERANGE : int ();

Returns the value of UV_ERANGE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EROFS

static method UV_EROFS : int ();

Returns the value of UV_EROFS. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ESHUTDOWN

static method UV_ESHUTDOWN : int ();

Returns the value of UV_ESHUTDOWN. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ESPIPE

static method UV_ESPIPE : int ();

Returns the value of UV_ESPIPE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ESRCH

static method UV_ESRCH : int ();

Returns the value of UV_ESRCH. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ETIMEDOUT

static method UV_ETIMEDOUT : int ();

Returns the value of UV_ETIMEDOUT. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ETXTBSY

static method UV_ETXTBSY : int ();

Returns the value of UV_ETXTBSY. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EXDEV

static method UV_EXDEV : int ();

Returns the value of UV_EXDEV. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_UNKNOWN

static method UV_UNKNOWN : int ();

Returns the value of UV_UNKNOWN. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_EOF

static method UV_EOF : int ();

Returns the value of UV_EOF. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ENXIO

static method UV_ENXIO : int ();

Returns the value of UV_ENXIO. If this constant is not defined on the system, Error::NotSupported exception is thrown.

static method UV_EMLINK : int ();

Returns the value of UV_EMLINK. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_ASYNC

static method UV_ASYNC : int ();

Returns the value of UV_ASYNC. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_CHECK

static method UV_CHECK : int ();

Returns the value of UV_CHECK. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_FS_EVENT

static method UV_FS_EVENT : int ();

Returns the value of UV_FS_EVENT. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_FS_POLL

static method UV_FS_POLL : int ();

Returns the value of UV_FS_POLL. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_IDLE

static method UV_IDLE : int ();

Returns the value of UV_IDLE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_NAMED_PIPE

static method UV_NAMED_PIPE : int ();

Returns the value of UV_NAMED_PIPE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_POLL

static method UV_POLL : int ();

Returns the value of UV_POLL. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_PREPARE

static method UV_PREPARE : int ();

Returns the value of UV_PREPARE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_PROCESS

static method UV_PROCESS : int ();

Returns the value of UV_PROCESS. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_STREAM

static method UV_STREAM : int ();

Returns the value of UV_STREAM. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_TCP

static method UV_TCP : int ();

Returns the value of UV_TCP. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_TIMER

static method UV_TIMER : int ();

Returns the value of UV_TIMER. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_TTY

static method UV_TTY : int ();

Returns the value of UV_TTY. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_UDP

static method UV_UDP : int ();

Returns the value of UV_UDP. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_SIGNAL

static method UV_SIGNAL : int ();

Returns the value of UV_SIGNAL. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_FILE

static method UV_FILE : int ();

Returns the value of UV_FILE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_RUN_DEFAULT

static method UV_RUN_DEFAULT : int ();

Returns the value of UV_RUN_DEFAULT. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_RUN_ONCE

static method UV_RUN_ONCE : int ();

Returns the value of UV_RUN_ONCE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_RUN_NOWAIT

static method UV_RUN_NOWAIT : int ();

Returns the value of UV_RUN_NOWAIT. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_LOOP_BLOCK_SIGNAL

static method UV_LOOP_BLOCK_SIGNAL : int ();

Returns the value of UV_LOOP_BLOCK_SIGNAL. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_READABLE

static method UV_READABLE : int ();

Returns the value of UV_READABLE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_WRITABLE

static method UV_WRITABLE : int ();

Returns the value of UV_WRITABLE. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_DISCONNECT

static method UV_DISCONNECT : int ();

Returns the value of UV_DISCONNECT. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_PRIORITIZED

static method UV_PRIORITIZED : int ();

Returns the value of UV_PRIORITIZED. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_TTY_MODE_NORMAL

static method UV_TTY_MODE_NORMAL : int ();

Returns the value of UV_TTY_MODE_NORMAL. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_TTY_MODE_RAW

static method UV_TTY_MODE_RAW : int ();

Returns the value of UV_TTY_MODE_RAW. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_TTY_MODE_IO

static method UV_TTY_MODE_IO : int ();

Returns the value of UV_TTY_MODE_IO. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_JOIN_GROUP

static method UV_JOIN_GROUP : int ();

Returns the value of UV_JOIN_GROUP. If this constant is not defined on the system, Error::NotSupported exception is thrown.

UV_LEAVE_GROUP

static method UV_LEAVE_GROUP : int ();

Returns the value of UV_LEAVE_GROUP. If this constant is not defined on the system, Error::NotSupported exception is thrown.