constructs new ATCommand object, prefix is set to "AT"
constructs new ATCommand object, prefix is set to "AT"
public ATCommand();
constructs new ATCommand object, prefix is set and command code to the one passed here
public ATCommand(string);
constructs new ATCommand object
public ATCommand(string,string);
constructs new ATCommand object
public ATCommand(string,string,string);