SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

socketLocalPort (property)

The local port number to bind the socket to.

Syntax

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

Default Value

0

Remarks

The local port number to bind the socket to.

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