IrDA Framework C++ Edition

◆ __declspec() [5/5]

__declspec ( property(get=GetService, put=SetService )

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.

The IrDA service's name or LSAP selector number.

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

Exceptions
wclEServerActive
wclEInvalidArgument