Class ATStringCommandsStructExtensions
Inheritance
System.Object
ATStringCommandsStructExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: XBeeLibrary.Core.Models
Assembly: XBeeLibrary.Core.dll
Syntax
public static class ATStringCommandsStructExtensions
Methods
GetCommand(ATStringCommands)
Gets the AT Command alias.
Declaration
public static string GetCommand(this ATStringCommands source)
Parameters
Type | Name | Description |
---|---|---|
ATStringCommands | source |
Returns
Type | Description |
---|---|
System.String | The AT Command alias. |