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

xiGetParam() private method

private xiGetParam ( IntPtr deviceHandle, string parameter, float &value, int &size, ParameterType &type ) : int
deviceHandle System.IntPtr
parameter string
value float
size int
type ParameterType
return int
        public static extern int xiGetParam( IntPtr deviceHandle, string parameter, out float value, out int size, ref ParameterType type );

Same methods

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