- .NET API: fixed wrong defintion for ClientReportControlBlock_getResvTms in ReportControlBlock class

pull/78/head
Michael Zillgith 7 years ago
parent af0b2f9edb
commit 4d8a768ec5

@ -130,7 +130,7 @@ namespace IEC61850
static extern void ClientReportControlBlock_setPurgeBuf (IntPtr self, [MarshalAs(UnmanagedType.I1)] bool purgeBuf);
[DllImport("iec61850", CallingConvention = CallingConvention.Cdecl)]
static extern Int32 ClientReportControlBlock_getResvTms (IntPtr self);
static extern Int16 ClientReportControlBlock_getResvTms (IntPtr self);
[DllImport("iec61850", CallingConvention = CallingConvention.Cdecl)]
static extern void ClientReportControlBlock_setResvTms (IntPtr self, Int16 resvTms);

Loading…
Cancel
Save