SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

ErrorOrigin Property

Indicates the endpoint where the error originates from.

Syntax

__property TsbxDTLSServerErrorOrigins ErrorOrigin = { read=FErrorOrigin, write=FSetErrorOrigin };
enum TsbxDTLSServerErrorOrigins { eoLocal=0, eoRemote=1 };

Default Value

eoLocal

Remarks

Use this property to establish whether the reported error originates from a local or remote endpoint.

eoLocal0
eoRemote1

This property is not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Builder Edition - Version 20.0 [Build 8154]