HEADJACK
Search Results for

    Show / Hide Table of Contents

    Class ClientMetadata

    Namespace: Headjack.Cinema

    Data class to hold client metadata including device ID and whether this device can receive commands

    Constructors

    ClientMetadata(String, Int32, Boolean)

    Declaration
    public ClientMetadata(string clientId, int deviceNr, bool receivesCommands)
    Parameters
    Type Name Description
    System.String clientId
    System.Int32 deviceNr
    System.Boolean receivesCommands

    Properties

    CanReceiveCommands

    Declaration
    public bool CanReceiveCommands { get; }
    Property Value
    Type Description
    System.Boolean

    DeviceId

    Declaration
    public string DeviceId { get; }
    Property Value
    Type Description
    System.String

    DeviceNumber

    Declaration
    public int DeviceNumber { get; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top