Accord.Video.Ximea.Internal.XimeaAPI.xiGetParam C# (CSharp) Method

xiGetParam() private method

private xiGetParam ( IntPtr deviceHandle, string parameter, int &value, int &size, ParameterType &type ) : int
deviceHandle System.IntPtr
parameter string
value int
size int
type ParameterType
return int
        public static extern int xiGetParam( IntPtr deviceHandle, string parameter, out int value, out int size, ref ParameterType type );
        [DllImport( "m3api.dll" )]

Same methods

XimeaAPI::xiGetParam ( IntPtr deviceHandle, string parameter, byte value, int &size, ParameterType &type ) : int
XimeaAPI::xiGetParam ( IntPtr deviceHandle, string parameter, float &value, int &size, ParameterType &type ) : int