C# Class ADL.ErrorCodes.Communication

Show file Open project: addlive/addlive_sdk_c_sharp

Public Properties

Property Type Description
ALREADY_JOINED int
BAD_AUTH int
INTERNAL int
INVALID_HOST int
INVALID_PORT int
MEDIA_LINK_FAILURE int
PLUGIN_VERSION_NOT_SUPPORTED int
REMOTE_END_DIED int

Property Details

ALREADY_JOINED public static property

public static int ALREADY_JOINED
return int

BAD_AUTH public static property

public static int BAD_AUTH
return int

INTERNAL public static property

public static int INTERNAL
return int

INVALID_HOST public static property

public static int INVALID_HOST
return int

INVALID_PORT public static property

public static int INVALID_PORT
return int

MEDIA_LINK_FAILURE public static property

public static int MEDIA_LINK_FAILURE
return int

PLUGIN_VERSION_NOT_SUPPORTED public static property

public static int PLUGIN_VERSION_NOT_SUPPORTED
return int

REMOTE_END_DIED public static property

public static int REMOTE_END_DIED
return int