SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

errorOrigin (property)

Indicates the endpoint where the error originates from.

Syntax

@property (nonatomic,readwrite,assign,getter=errorOrigin,setter=setErrorOrigin:) int errorOrigin;
- (int)errorOrigin;
- (void)setErrorOrigin:(int)newErrorOrigin;

/* Possible Values */
EO_LOCAL(0),
EO_REMOTE(1)
public var errorOrigin: DtlsclientErrorOrigins {
  get {...}
set {...} }
public enum DtlsclientErrorOrigins : Int32 { case eoLocal = 0 case eoRemote = 1 }

Default Value

0

Remarks

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

eoLocal0
eoRemote1

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 iOS Edition - Version 20.0 [Build 8166]