SecureBlackbox 2020 iOS Edition

Questions / Feedback?

port (property)

A port to listen for connections on.

Syntax

@property (nonatomic,readwrite,assign,getter=port,setter=setPort:) int port;
- (int)port;
- (void)setPort:(int)newPort;
public var port: Int32 {
  get {...}
set {...} }

Default Value

5696

Remarks

Use this property to specify the listening port.

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