Esempio n. 1
0
 internal static extern Int32 alljoyn_interfacedescription_property_eql(alljoyn_interfacedescription_property one, alljoyn_interfacedescription_property other);
Esempio n. 2
0
 internal static extern UIntPtr alljoyn_interfacedescription_getproperties(IntPtr iface, alljoyn_interfacedescription_property props, UIntPtr numProps);
Esempio n. 3
0
 internal static extern Int32 alljoyn_interfacedescription_getproperty(IntPtr iface, [MarshalAs(UnmanagedType.LPStr)] string name, alljoyn_interfacedescription_property property);
Esempio n. 4
0
 internal static extern Int32 alljoyn_interfacedescription_property_getannotation(alljoyn_interfacedescription_property property, [MarshalAs(UnmanagedType.LPStr)] string name, sbyte value, [In, Out] UIntPtr value_size);
Esempio n. 5
0
 internal static extern void alljoyn_interfacedescription_property_getannotationatindex(alljoyn_interfacedescription_property property, UIntPtr index, sbyte name, [In, Out] UIntPtr name_size, sbyte value, [In, Out] UIntPtr value_size);
Esempio n. 6
0
 internal static extern UIntPtr alljoyn_interfacedescription_property_getannotationscount(alljoyn_interfacedescription_property property);