Device¶
Class that represents an Altronix LINQ device
Constructor(s)¶
| constructor(s) | description |
|---|---|
| Device() | Creates an empty instance of Device |
| Device(string Nickname, string Ip, string Port, bool Ssl, string Username, string Password) | Creates instance of Device with initial member fields |
| Device(string Ip, string Port, bool Ssl, string Username, string Password) | Creates instance of Device with initial member fields but no username |
Member Fields¶
| property | type |
|---|---|
| ip | string |
| port | string |
| ssl | bool |
| username | string |
| password | string |
| nickname | string |
| error | uint |
| authority | string |
Functions¶
| property | description |
|---|---|
| device.setAuthority | Sets the authority class variable |
| device.ToString | returns error in string form |
| device.GetHashCode | |
| device.Equals | compares two devices and returns true if they are equal |
| device.CompareTo | compares authority of device against another device |