Interface IDHDRemote
Unit
Declaration
type IDHDRemote = interface(IRemote)
Description
No description available, ancestor IRemote description follows
No description available, ancestor IConfigObject description follows
No description available, ancestor IBaseConfigObject description follows
No description available, ancestor ISerializable description follows
No description available, ancestor IUpdateObject description follows
No description available, ancestor IObservable description follows
—————————————————————————– Base Interfaces —————————————————————————–
Attributes
- GUID['{8532953B-320D-418B-A447-AC95DFAC368B}']
Attributes
- GUID['{4C481E54-568A-46B4-BAAA-C0071932FDCF}']
Attributes
- GUID['{DF9B1F9D-09D1-4790-BC9E-D299A578B71A}']
Attributes
- GUID['{38325509-11A7-43E0-BA96-377F740419A7}']
Attributes
- GUID['{67A9B82C-D94C-4297-9241-DD2B47918FE3}']
Attributes
- GUID['{DB9EEC57-0991-49FF-9D7B-2B2E49379E60}']
Attributes
- GUID['{01AF8DBD-F2CA-4C14-B82C-E86D473FDDA5}']
Hierarchy
- IInterface
- IObservable
- IUpdateObject
- ISerializable
- IBaseConfigObject
- IConfigObject
- IRemote
- IDHDRemote
Overview
Methods
function GetConsoleType: TDHDConsoleType; |
|
procedure SetConsoleType(iValue: TDHDConsoleType); |
|
function GetCommunicationMode: TCommunicationMode; |
|
procedure SetCommunicationMode(iValue: TCommunicationMode); |
|
function GetSerialPort: string; |
|
procedure SetSerialPort(const iValue: string); |
|
function GetHostname: string; |
|
procedure SetHostname(const iValue: string); |
|
function GetTCPPort: integer; |
|
procedure SetTCPPort(iValue: integer); |
|
function GetLevelNotification: TDHDLevelNotification; |
|
procedure SetLevelNotification(iValue: TDHDLevelNotification); |
|
function GetToolboxLogicIDs: IStrings; |
|
function GetToolboxAudioIDs: IStrings; |
|
function GetToolboxFaderChannels: IStrings; |
|
function GetConsoleConfig: IConfigValues; |
|
procedure SetConsoleConfig(iValue: IConfigValues); |
|
procedure SendPacket(iID: cardinal; iData: AnsiString); |
|
procedure SendPacketRaw(iID: cardinal; iLength: integer = 0; iData0: byte = 0; iData1: byte = 0; iData2: byte = 0; iData3: byte = 0; iData4: byte = 0; iData5: byte = 0; iData6: byte = 0; iData7: byte = 0); |
|
procedure SetMonitorChannel(iNumber: byte; iLeft, iRight: word); |
|
procedure SetPFL(iChannel: word; iValue, iAutoMute: boolean); |
|
procedure SetAllPFLOff; |
|
procedure SetFaderOn(iChannel: word; iValue: boolean); |
|
procedure SetFaderLevel(iFader: word; iValue: smallint); |
|
procedure SetLogic(iAddress: word; iValue: boolean); |
|
procedure RequestLogic(iAddress: word); |
|
procedure SetChannelInputNumber(iFader, iChannel: word); |
|
procedure SetOutputRouting(iOutput, iInput: cardinal); |
|
procedure SetChannelDisplay(iChannel: word; iText: string); |
|
procedure ResetChannelDisplay(iChannel: word); |
|
procedure RequestChannelInputNumber(iFader: word); |
|
procedure RequestFaderOn(iFader: word); |
|
procedure RequestFaderLevel(iFader: word); |
|
function GetChannels: TDHDChannelInfoArray; |
|
function TryGetChannelState(iChannel: integer; out oState: TDHDChannelState): boolean; |
Description
Methods
function GetConsoleType: TDHDConsoleType; |
|
procedure SetConsoleType(iValue: TDHDConsoleType); |
|
function GetCommunicationMode: TCommunicationMode; |
|
procedure SetCommunicationMode(iValue: TCommunicationMode); |
|
function GetSerialPort: string; |
|
procedure SetSerialPort(const iValue: string); |
|
function GetHostname: string; |
|
procedure SetHostname(const iValue: string); |
|
function GetTCPPort: integer; |
|
procedure SetTCPPort(iValue: integer); |
|
function GetLevelNotification: TDHDLevelNotification; |
|
procedure SetLevelNotification(iValue: TDHDLevelNotification); |
|
function GetToolboxLogicIDs: IStrings; |
|
function GetToolboxAudioIDs: IStrings; |
|
function GetToolboxFaderChannels: IStrings; |
|
function GetConsoleConfig: IConfigValues; |
|
procedure SetConsoleConfig(iValue: IConfigValues); |
|
procedure SendPacket(iID: cardinal; iData: AnsiString); |
|
procedure SetMonitorChannel(iNumber: byte; iLeft, iRight: word); |
|
procedure SetPFL(iChannel: word; iValue, iAutoMute: boolean); |
|
procedure SetAllPFLOff; |
|
procedure SetFaderOn(iChannel: word; iValue: boolean); |
|
procedure SetFaderLevel(iFader: word; iValue: smallint); |
|
procedure SetLogic(iAddress: word; iValue: boolean); |
|
procedure RequestLogic(iAddress: word); |
|
procedure SetChannelInputNumber(iFader, iChannel: word); |
|
procedure SetOutputRouting(iOutput, iInput: cardinal); |
|
procedure SetChannelDisplay(iChannel: word; iText: string); |
|
procedure ResetChannelDisplay(iChannel: word); |
|
procedure RequestChannelInputNumber(iFader: word); |
|
procedure RequestFaderOn(iFader: word); |
|
procedure RequestFaderLevel(iFader: word); |
|
function GetChannels: TDHDChannelInfoArray; |
|
Remote control |
function TryGetChannelState(iChannel: integer; out oState: TDHDChannelState): boolean; |
|
Generated by PasDoc 0.16.0.