property DeviceLayer : string
Default: dlLinux for Linux platforms, dlWin32 for Win32 platforms
Determines the hardware interface used by the port.
You can create a custom device layer by deriving it from TApxBaseDispatcher and register it by calling TApxComPort's RegisterDeviceLayer class method.
If desired, each individual TApxComPort component can use a different device layer.
See also: RegisterDeviceLayer