public virtual vncClientEventType_t GetEventType() { vncClientEventType_t ret = (vncClientEventType_t)OpenVNCWRAPPINVOKE.vncClientEvent_GetEventType(swigCPtr); return(ret); }
public vncClientEvent(vncClientEventType_t eType) : this(OpenVNCWRAPPINVOKE.new_vncClientEvent((int)eType), true) { }