Class DownstreamKeyAutoCommand

Base command type for a full writable command, which uses flags to indicate the changed properties

Hierarchy

  • WritableCommand<{
        isTowardsOnAir: boolean;
    }>
    • DownstreamKeyAutoCommand

Constructors

Properties

_properties: Partial<{
    isTowardsOnAir: boolean;
}>

Type declaration

  • isTowardsOnAir: boolean
downstreamKeyerId: number
flag: number
MaskFlags: {
    isTowardsOnAir: number;
} = ...

Type declaration

  • isTowardsOnAir: number
minimumVersion?: ProtocolVersion
rawName: "DDsA" = 'DDsA'

Accessors

Methods

Generated using TypeDoc