Show / Hide Table of Contents

    Class PingRequest

    This command is used to check if the serial connection is ok and if the connected radiomodule is alive. The host should expect a Ping Response within a very short time interval.

    Inheritance
    System.Object
    HciMessage
    TxHciMessage
    DeviceTxMessage
    PingRequest
    Inherited Members
    DeviceTxMessage.MessageIdentifier
    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)
    Namespace: FosterBuster.IU880B.Messaging.Tx.Device
    Assembly: IU880B.dll
    Syntax
    public sealed class PingRequest : DeviceTxMessage

    Constructors

    | Improve this Doc View Source

    PingRequest()

    Initializes a new instance of the PingRequest class.

    Declaration
    public PingRequest()

    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