Show / Hide Table of Contents

    Class DeviceTxMessage

    Message to be transmitted to the device management SAP.

    Inheritance
    System.Object
    HciMessage
    TxHciMessage
    DeviceTxMessage
    DeviceInformationRequest
    PingRequest
    ResetRequest
    Inherited Members
    TxHciMessage.EndpointIdentifier
    TxHciMessage.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.Tx.Device
    Assembly: IU880B.dll
    Syntax
    public abstract class DeviceTxMessage : TxHciMessage

    Constructors

    | Improve this Doc View Source

    DeviceTxMessage(DeviceManagementMessageIdentifier, List<Byte>)

    Initializes a new instance of the DeviceTxMessage class.

    Declaration
    protected DeviceTxMessage(DeviceManagementMessageIdentifier messageIdentifier, List<byte> payload)
    Parameters
    Type Name Description
    DeviceManagementMessageIdentifier messageIdentifier

    Message type identifier.

    System.Collections.Generic.List<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
    TxHciMessage.MessageIdentifier
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX