TApxComPort.RegisterDeviceLayer

TApxComPort

class procedure RegisterDeviceLayer(
  const ATag : string; AClass : TApxDispatcherClass);

Registers a custom device layer.

RegisterDeviceLayer is used to register a custom device layer with the TApxComPort component.

ATag is a string uniquely describing the custom device layer.

AClass is the custom device layer's class.

See also: UnRegisterDeviceLayer