Differs by gateway type. One example is the Ethernet gateway stores it's MAC Address here
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string ExternalIdentifier { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ExternalIdentifier As String Get |
| Visual C++ |
|---|
public: property String^ ExternalIdentifier { String^ get (); } |
| F# |
|---|
member ExternalIdentifier : string with get |