Class XBeeLocalInterfaceExtensions
Inheritance
System.Object
XBeeLocalInterfaceExtensions
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 XBeeLocalInterfaceExtensions
Methods
Get(XBeeLocalInterface, Byte)
Gets the XBeeLocalInterface associated with the specified ID value
.
Declaration
public static XBeeLocalInterface Get(this XBeeLocalInterface source, byte value)
Parameters
Type | Name | Description |
---|---|---|
XBeeLocalInterface | source | |
System.Byte | value | ID value to retrieve XBeeLocalInterface. |
Returns
Type | Description |
---|---|
XBeeLocalInterface | The XBeeLocalInterface for the specified ID |
See Also
GetDescription(XBeeLocalInterface)
Gets the XBee local interface description.
Declaration
public static string GetDescription(this XBeeLocalInterface source)
Parameters
Type | Name | Description |
---|---|---|
XBeeLocalInterface | source |
Returns
Type | Description |
---|---|
System.String | The XBee local interface description. |
GetValue(XBeeLocalInterface)
Gets the XBee local interface value.
Declaration
public static byte GetValue(this XBeeLocalInterface source)
Parameters
Type | Name | Description |
---|---|---|
XBeeLocalInterface | source |
Returns
Type | Description |
---|---|
System.Byte | The XBee local interface value. |
ToDisplayString(XBeeLocalInterface)
Returns the XBeeLocalInterface in string format.
Declaration
public static string ToDisplayString(this XBeeLocalInterface source)
Parameters
Type | Name | Description |
---|---|---|
XBeeLocalInterface | source |
Returns
Type | Description |
---|---|
System.String | The XBeeLocalInterface in string format. |