Exemplo n.º 1
0
 public INEMO2_DeviceError Connect(string strConnection)
 {
     this.m_DeviceHandle = INEMO2_Connect(strConnection);
     if (this.m_DeviceHandle.Handle == -1)
     {
         return INEMO2_DeviceError.INEMO2_ERROR_INVALID_HANDLE;
     }
     return INEMO2_DeviceError.INEMO2_ERROR_NONE;
 }
Exemplo n.º 2
0
        public INEMO2_DeviceError Connect(string strConnection)
        {
            m_DeviceHandle = INEMO2_Connect(strConnection);

            if (m_DeviceHandle.Handle == INEMO2_DeviceHandle.INEMO2_DEVICE_HANDLE_INVALID)
            {
                return(INEMO2_DeviceError.INEMO2_ERROR_INVALID_HANDLE);
            }

            return(INEMO2_DeviceError.INEMO2_ERROR_NONE);
        }
Exemplo n.º 3
0
 private static extern INEMO2_DeviceError INEMO2_GetOutput(INEMO2_DeviceHandle hHandle, ref INEMO2_Output output);
Exemplo n.º 4
0
 private static extern INEMO2_DeviceError INEMO2_Command(INEMO2_DeviceHandle hHandle, INEMO2_DeviceCommand cmd);
Exemplo n.º 5
0
 private static extern INEMO2_DeviceError INEMO2_GetInfoText(INEMO2_DeviceHandle hHandle, INEMO2_DeviceInfoText info, byte[] data, ref Int32 lpnSize);
Exemplo n.º 6
0
 private static extern INEMO2_DeviceError INEMO2_GetDataSample(INEMO2_DeviceHandle hHandle, ref INEMO2_FrameData pFrame);
Exemplo n.º 7
0
 private static extern UInt32 INEMO2_IsConnect(INEMO2_DeviceHandle hHandle);
Exemplo n.º 8
0
 private static extern INEMO2_DeviceError INEMO2_GetBufferUsage(INEMO2_DeviceHandle hHandle, INEMO2_DeviceBuffers typeBuffer, ref double pPerc);
Exemplo n.º 9
0
 private static extern INEMO2_DeviceError INEMO2_GetReg(INEMO2_DeviceHandle hDevHandle, INEMO2_SENSORS sensor, UInt32 reg, ref UInt32 pRegValue, ref UInt32 pSizeRegValue);
Exemplo n.º 10
0
 private static extern INEMO2_DeviceError INEMO2_RestoreDefault(INEMO2_DeviceHandle hDevHandle, INEMO2_SENSORS sensor, uint reg);
Exemplo n.º 11
0
 private static extern INEMO2_DeviceError INEMO2_SetOutput(INEMO2_DeviceHandle hHandle, ref INEMO2_Output output);
Exemplo n.º 12
0
 private static extern INEMO2_DeviceError INEMO2_Identify(INEMO2_DeviceHandle hDevHandle);
Exemplo n.º 13
0
 private static extern uint INEMO2_IsConnect(INEMO2_DeviceHandle hHandle);
Exemplo n.º 14
0
 private static extern INEMO2_DeviceError INEMO2_GetTrace(INEMO2_DeviceHandle hHandle, byte[] TraceData, ref int lpnSize);
Exemplo n.º 15
0
 private static extern INEMO2_DeviceError INEMO2_GetModules(INEMO2_DeviceHandle hDevHandle, ref INEMO2_MODULES pModules);
Exemplo n.º 16
0
 private static extern INEMO2_DeviceError INEMO2_GetInfoText(INEMO2_DeviceHandle hHandle, INEMO2_DeviceInfoText info, byte[] data, ref int lpnSize);
Exemplo n.º 17
0
 private static extern INEMO2_DeviceError INEMO2_GetDataSample(INEMO2_DeviceHandle hHandle, ref INEMO2_FrameData pFrame);
Exemplo n.º 18
0
 private static extern INEMO2_DeviceError INEMO2_SetReg(INEMO2_DeviceHandle hDevHandle, INEMO2_SENSORS sensor, uint reg, byte[] RegValue, uint sizeRegValue);
Exemplo n.º 19
0
 private static extern INEMO2_DeviceError INEMO2_GetTrace(INEMO2_DeviceHandle hHandle, byte[] TraceData, ref Int32 lpnSize);
Exemplo n.º 20
0
 private static extern INEMO2_DeviceError INEMO2_Identify(INEMO2_DeviceHandle hDevHandle);
Exemplo n.º 21
0
 private static extern INEMO2_DeviceError INEMO2_GetModules(INEMO2_DeviceHandle hDevHandle, ref INEMO2_MODULES pModules);
Exemplo n.º 22
0
 private static extern INEMO2_DeviceError INEMO2_Disconnect(INEMO2_DeviceHandle hHandle);
Exemplo n.º 23
0
 private static extern INEMO2_DeviceError INEMO2_RestoreDefault(INEMO2_DeviceHandle hDevHandle, INEMO2_SENSORS sensor, UInt32 reg);
Exemplo n.º 24
0
 private static extern INEMO2_DeviceError INEMO2_GetBufferUsage(INEMO2_DeviceHandle hHandle, INEMO2_DeviceBuffers typeBuffer, ref double pPerc);
Exemplo n.º 25
0
 private static extern INEMO2_DeviceError INEMO2_Disconnect(INEMO2_DeviceHandle hHandle);
Exemplo n.º 26
0
 private static extern INEMO2_DeviceError INEMO2_Command(INEMO2_DeviceHandle hHandle, INEMO2_DeviceCommand cmd);