TwclIrDAClient.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: wclIrDAClients
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 client is connected the wclConnectionErrors.wclEClientActive exception raises. If new value of the property is an empty string the wclErrors.wclEInvalidArgument exception raises.