![]() Equals (inherited from Object) | Determines whether the specified Object instances are considered equal. |
![]() GetAllDataChecked | returns all data after verifying: if there was a valdi response text if the reponse matches the command if status text means success |
![]() GetDataChecked | returns all data after verifying: if there was a valdi response text if the reponse matches the command if status text means success |
![]() ReferenceEquals (inherited from Object) | Determines whether the specified Object instances are the same instance. |
ATResponse Constructor
|
Initializes a new instance of the ATResponse class. |
AllData | returns all infromation lines returned by the device into a single string |
CommandEcho | returns echo fo the command if any |
Data | Returns array of all information lines received from the device |
Status | Retursn status string of the response |
AddData | adds information line to the resposne |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IsOK | returns true of command response means success |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |