Ejemplo n.º 1
0
 internal static extern int SnepSendClientRequest(IntPtr snepHandle, int type, IntPtr ndefMessage, SnepEventCallback callback, IntPtr userData);
Ejemplo n.º 2
0
 internal static extern int SnepRegisterServer(string san, int sap, SnepEventCallback callback, IntPtr userData);
Ejemplo n.º 3
0
 internal static extern int SnepStartClient(IntPtr target, string san, int sap, SnepEventCallback callback, IntPtr userData);