public class ESTUnitCommandPayload| Command | The command to send to the EST Unit |
| Items | The parameters to send with the command. NOTE, not all commands have parameters. The key is the ItemID. Which is controlled by the sender. If not is specified by the caller a value of "_" is used. |
| MessageID | Every Command has an optinoal MessageID field. While not required, by providing a unique value, any error or success message can be mapped back to this command with this message ID. Optional unique message ID |
| 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) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |