The DisGUISE C# class library

ATCommand.Result Property

Retrieves the result string from the object. To ensure that the data is complete, this method should be called after Ready() released WaitForResult() released the lock. Usually, this is done in the IPhonePort object, so the use of this method outside of it should not be necessary.

public string Result {get;}

Property Value

The data received from the phone in response to the command.

See Also

ATCommand Class | DisGUISE.Backend Namespace