Name

IrOBEX_ServerRegister — Start listening for incoming connections

Synopsis

int IrOBEX_ServerRegister (self,  
 service); 
obex_t *  self;
const char *  service;

Arguments

self

OBEX handle

service

Service to bind to.

Description

An easier server function to use for IrDA (IrOBEX) only.

Returns -1 on error.