UNPKG

artnet-protocol

Version:
66 lines (65 loc) 2.72 kB
export declare const OP_POLL = 8192; export declare const OP_POLL_REPLY = 8448; export declare const OP_DIAG_DATA = 8960; export declare const OP_COMMAND = 9216; export declare const OP_OUTPUT = 20480; export declare const OP_NZS = 20736; export declare const OP_SYNC = 20992; export declare const OP_ADDRESS = 24576; export declare const OP_INPUT = 28672; export declare const OP_TOD_REQUEST = 32768; export declare const OP_TOD_DATA = 33024; export declare const OP_TOD_CONTROL = 33280; export declare const OP_RDM = 33536; export declare const OP_RDM_SUB = 33792; export declare const OP_VIDEO_SETUP = 40976; export declare const OP_VIDEO_PALETTE = 40992; export declare const OP_VIDEO_DATA = 41024; export declare const OP_FIRMWARE_MASTER = 61952; export declare const OP_FIRMWARE_REPLY = 62208; export declare const OP_FILE_TN_MASTER = 62464; export declare const OP_FILE_FN_MASTER = 62720; export declare const OP_FILE_FN_REPLY = 62976; export declare const OP_IP_PROG = 63488; export declare const OP_IP_PROG_REPLY = 63744; export declare const OP_MEDIA = 36864; export declare const OP_MEDIA_PATCH = 37120; export declare const OP_MEDIA_CONTROL = 37376; export declare const OP_MEDIA_CONTROL_REPLY = 37632; export declare const OP_TIME_CODE = 38656; export declare const OP_TIME_SYNC = 38912; export declare const OP_TRIGGER = 39168; export declare const OP_DIRECTORY = 39424; export declare const OP_DIRECTORY_REPLY = 39680; export declare const DP_ALL = 0; export declare const DP_LOW = 16; export declare const DP_MED = 64; export declare const DP_HIGH = 128; export declare const DP_CRITICAL = 224; export declare const DP_VOLATILE = 240; export declare const PAPA_UNKNOWN = 0; export declare const PAPA_FRONT_PANEL_SET = 1; export declare const PAPA_NETWORK = 2; export declare const PAPA_UNUSED = 3; export declare const INDICATOR_UNKNOWN = 0; export declare const INDICATOR_LOCATE = 1; export declare const INDICATOR_MUTE = 2; export declare const INDICATOR_NORMAL = 3; export declare const ESTA_EXPERIMENTAL = 32752; export declare const PROTOCOL_DMX512 = 0; export declare const PROTOCOL_MIDI = 1; export declare const PROTOCOL_AVAB = 2; export declare const PROTOCOL_COLORTRAN_CMX = 3; export declare const PROTOCOL_ADB_625 = 4; export declare const PROTOCOL_ART_NET = 5; export declare const STYLE_NODE = 0; export declare const STYLE_CONTROLLER = 1; export declare const STYLE_MEDIA = 2; export declare const STYLE_ROUTE = 3; export declare const STYLE_BACKUP = 4; export declare const STYLE_CONFIG = 5; export declare const STYLE_VISUAL = 6; export declare const FOS_HOLD = 0; export declare const FOS_ALL_ZERO = 1; export declare const FOS_ALL_FULL = 2; export declare const FOS_PLAYBACK_FO_SCENE = 3;