System.Tether.Manager.TTetheringManagerCommand Methods
InheritedProtected
| Create | public | Creates an instance of TTetheringManagerCommand and returns that instance. | 
| DecodeCommand | public | Converts a command string into a TTetheringManagerCommand. | 
| EscapeSeparator | public | Escapes the occurrences of a series of separators ( Separators) in the string provided (AText). | 
| Join | public | Joins the array of strings AValues(separated by the separatorASeparator) into a string and returns the string. | 
| Split | public | The function splits the string AStringinto an array of strings and returns the array. | 
| ToString | public | Returns a string representation of the command. | 
| UnEscapeSeparator | public | Unescapes the occurrences of a series of separators ( Separators) in the string provided (AText). |