コード例 #1
0
        public virtual vncClientEventType_t GetEventType()
        {
            vncClientEventType_t ret = (vncClientEventType_t)OpenVNCWRAPPINVOKE.vncClientEvent_GetEventType(swigCPtr);

            return(ret);
        }
コード例 #2
0
 public vncClientEvent(vncClientEventType_t eType)
     : this(OpenVNCWRAPPINVOKE.new_vncClientEvent((int)eType), true)
 {
 }
コード例 #3
0
 public vncClientEvent(vncClientEventType_t eType) : this(OpenVNCWRAPPINVOKE.new_vncClientEvent((int)eType), true)
 {
 }