BlueLibs documentation

ATCommand Constructor

constructs new ATCommand object, prefix is set to "AT"

Overload List

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);

See Also

ATCommand Class | BlueLibs.GSM Namespace