Show / Hide Table of Contents

    Class DeviceInformationResponse

    Response to a Device Information Request.

    Inheritance
    System.Object
    HciMessage
    RxHciMessage
    DeviceRxHciMessage
    DeviceInformationResponse
    Inherited Members
    DeviceRxHciMessage.MessageIdentifier
    RxHciMessage.EndpointIdentifier
    RxHciMessage.Payload
    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)
    Namespace: FosterBuster.IU880B.Messaging.Rx.Device
    Assembly: IU880B.dll
    Syntax
    public sealed class DeviceInformationResponse : DeviceRxHciMessage

    Constructors

    | Improve this Doc View Source

    DeviceInformationResponse(IList<Byte>)

    Initializes a new instance of the DeviceInformationResponse class.

    Declaration
    public DeviceInformationResponse(IList<byte> payload)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Byte> payload

    the payload.

    Properties

    | Improve this Doc View Source

    DeviceAddress

    Gets the device address of the device.

    Declaration
    public byte[] DeviceAddress { get; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    DeviceId

    Gets the devices ID.

    Declaration
    public byte[] DeviceId { get; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ModuleType

    Gets the Module Type of the device.

    Declaration
    public IU880BModuleType ModuleType { get; }
    Property Value
    Type Description
    IU880BModuleType
    | Improve this Doc View Source

    Status

    Gets the Status of the response.

    Declaration
    public ResponseStatus Status { get; }
    Property Value
    Type Description
    ResponseStatus

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX