UsbUirt.Controller.UUIRTLearnIR C# (CSharp) Method

UUIRTLearnIR() private method

private UUIRTLearnIR ( IntPtr hDrvHandle, int codeFormat, StringBuilder IRCode, LearnCallback progressProc, IntPtr userData, IntPtr pAbort, uint param1, IntPtr reserved0, IntPtr reserved1 ) : bool
hDrvHandle System.IntPtr
codeFormat int
IRCode StringBuilder
progressProc LearnCallback
userData System.IntPtr
pAbort System.IntPtr
param1 uint
reserved0 System.IntPtr
reserved1 System.IntPtr
return bool
        private static extern bool UUIRTLearnIR(
            IntPtr hDrvHandle,
            int codeFormat,
            StringBuilder IRCode,
            LearnCallback progressProc,
            IntPtr userData,
            IntPtr pAbort,
            uint param1,
            IntPtr reserved0,
            IntPtr reserved1);