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

xiGetParam() private method

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

Same methods

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