OpenHome.Net.Core.PropertyBinary.ServicePropertyGetValueBinary C# (CSharp) Méthode

ServicePropertyGetValueBinary() private méthode

private ServicePropertyGetValueBinary ( IntPtr aHandle, IntPtr &aData, uint &aLen ) : int
aHandle System.IntPtr
aData System.IntPtr
aLen uint
Résultat int
        static extern int ServicePropertyGetValueBinary(IntPtr aHandle, out IntPtr aData, out uint aLen);
#if IOS