Show / Hide Table of Contents

    Class DeviceRxHciMessage

    A message received from the Device SAP.

    Inheritance
    System.Object
    HciMessage
    RxHciMessage
    DeviceRxHciMessage
    DeviceInformationResponse
    PingResponse
    ResetResponse
    Inherited Members
    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)
    System.Object.ToString()
    Namespace: FosterBuster.IU880B.Messaging.Rx
    Assembly: IU880B.dll
    Syntax
    public abstract class DeviceRxHciMessage : RxHciMessage

    Constructors

    | Improve this Doc View Source

    DeviceRxHciMessage(DeviceManagementMessageIdentifier, IList<Byte>)

    Initializes a new instance of the DeviceRxHciMessage class.

    Declaration
    protected DeviceRxHciMessage(DeviceManagementMessageIdentifier identifier, IList<byte> payload)
    Parameters
    Type Name Description
    DeviceManagementMessageIdentifier identifier

    The identifier of this message.

    System.Collections.Generic.IList<System.Byte> payload

    the payload.

    Properties

    | Improve this Doc View Source

    MessageIdentifier

    Gets the message identifier.

    Declaration
    public override sealed byte MessageIdentifier { get; }
    Property Value
    Type Description
    System.Byte
    Overrides
    RxHciMessage.MessageIdentifier
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX