Show / Hide Table of Contents

    Class ResponseStatus

    Device Management Endpoint Status Byte.

    Inheritance
    System.Object
    ResponseStatus
    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)
    Namespace: FosterBuster.IU880B.Messaging.Rx
    Assembly: IU880B.dll
    Syntax
    public sealed class ResponseStatus

    Constructors

    | Improve this Doc View Source

    ResponseStatus(Byte)

    Initializes a new instance of the ResponseStatus class.

    Declaration
    public ResponseStatus(byte statusByte)
    Parameters
    Type Name Description
    System.Byte statusByte

    the byte indicating the status.

    Properties

    | Improve this Doc View Source

    Status

    Gets the status.

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

    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