nodeType (property)

The type of node for the system.

Syntax

@property (nonatomic,readonly,assign,getter=nodeType) NSString* nodeType;
- (NSString*)nodeType;
public var nodeType: String {
  get {...}
}

Default Value

""

Remarks

This property contains the type of node for the system. Possible values include 'BROADCAST', 'PEERTOPEER', 'MIXED', 'HYBRID'.

NOTE: This functionality is only available in Windows.

This property is read-only.

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