Class ProbedNetworkDevice
Inheritance
System.Object
ProbedNetworkDevice
Assembly: Content.Shared.dll
Syntax
public sealed class ProbedNetworkDevice : object
Constructors
|
Improve this Doc
View Source
ProbedNetworkDevice(String, String, String, String)
Declaration
public ProbedNetworkDevice(string name, string address, string frequency, string netId)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
address |
|
System.String |
frequency |
|
System.String |
netId |
|
Fields
|
Improve this Doc
View Source
Address
Declaration
public readonly string Address
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Frequency
Declaration
public readonly string Frequency
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public readonly string Name
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NetId
Declaration
public readonly string NetId
Field Value
Type |
Description |
System.String |
|