Interface IDMAXRemote

Unit

Declaration

type IDMAXRemote = interface(IBaseComPortRemote)

Description

No description available, ancestor IBaseComPortRemote description follows
Attributes
GUID['{FF9C4732-55DE-418E-82FD-A7F02AA21A75}']
Attributes
GUID['{B1DDD645-C627-410A-9682-32101CB6DB5E}']

Hierarchy

Overview

Methods

Public function GetCommand(iKey: TDMAXKey; iChannel: byte; iStatus: boolean): string;
Public procedure SetCommand(iKey: TDMAXKey; iChannel: byte; iStatus: boolean; iValue: string);
Public function GetVolumeCommand(iChannel: byte): string;
Public procedure SetVolumeCommand(iChannel: byte; iValue: string);
Public function GetChannelOfFader(iFader: byte): byte;
Public function GetFaderOfChannel(iChannel: byte): byte;
Public procedure SetGoStatus(iFader: byte; iStatus: boolean);
Public procedure SetPFL(iFader: byte);

Description

Methods

Public function GetCommand(iKey: TDMAXKey; iChannel: byte; iStatus: boolean): string;
 
Public procedure SetCommand(iKey: TDMAXKey; iChannel: byte; iStatus: boolean; iValue: string);
 
Public function GetVolumeCommand(iChannel: byte): string;
 
Public procedure SetVolumeCommand(iChannel: byte; iValue: string);
 
Public function GetChannelOfFader(iFader: byte): byte;
 
Public function GetFaderOfChannel(iChannel: byte): byte;
 
Public procedure SetGoStatus(iFader: byte; iStatus: boolean);
 
Public procedure SetPFL(iFader: byte);
 

Generated by PasDoc 0.16.0.