public class Ping| ReceivedFrom | Name of the remote thing |
| ReceivedTime | Time the remote thing received the ping request |
| SentFrom | Thing name, who initiated the ping request |
| SentTime | UTC Time ping request was sent. |
| Unknown | If the EST Unit has nto yet responded to a Ping, Unknown will be true. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetNullPing | Returns a new Ping object indicating that the EST Unit has not yet responded to a Ping (Unknown is set to true) |
| GetReceivedTime | |
| GetResponseTime | |
| GetRoundTripTime | |
| GetSendTime | |
| GetSentTime | |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| TimeSynchronized | Returns a boolean, indicating if the thing's clock is properly synchroinzed. Which is determiend if the ReceivedTime is between the SentTime and responseTime. Which probable isn't a good way to determine this. Since Orion is not going to be on the same time server as the things |
| ToString | Returns a string that represents the current object. (Inherited from Object) |