TwclIrDAServer.Service Property

Gets and sets the IrDA service that should be used to connect. It can be a TinyTP service name or LSAP selector number. In case of using LSAP selector number the format is 'LSAP-SELn' where n is a select number in range from 1 to 127.

Namespace: wclIrDAServers
published
 property Service: string read FService write SetService;

Property Value

Type: string

The IrDA service's name or LSAP selector number.

If an application changes the property when server is listening the wclConnectionErrors.wclEServerActive exception raises. If an application sets the property to an empty string the wclErrors.wclEInvalidArgument exception raises.