The DisGUISE C# class library

ATCommand Methods

The methods of the ATCommand class are listed below. For a complete list of ATCommand class members, see the ATCommand Members topic.

Public Instance Methods

AddLine This method is triggered everytime a new line of data belonging to this command is received. The line is then added to the internal buffer of the instance where it can be retrieved later.
Equals (inherited from Object)  
GetHashCode (inherited from Object)  
GetType (inherited from Object)  
Ready Once this method is triggered, the lock on waitForResult() is released, allowing the program to continue with the returned data
ToString (inherited from Object)  
WaitForResult This method waits until the ready() method is triggered, which usually happens once all reply data is received

Protected Instance Methods

Finalize (inherited from Object)  
MemberwiseClone (inherited from Object)  

See Also

ATCommand Class | DisGUISE.Backend Namespace