VideoCoreCom.VideoChannelExists - метод

AutoMarshal Recar2

VideoCoreComVideoChannelExists - метод

Проверяет, существует ли канал с номером channel.

Пространство имён:  Recar2.Com
Сборка:  recar2.com (в recar2.com.dll) Версия: 2.32.2.478-rtm[d008770]
Синтаксис
public bool VideoChannelExists(
	int channel
)
Public Function VideoChannelExists ( 
	channel As Integer
) As Boolean
public:
virtual bool VideoChannelExists(
	int channel
) sealed

Параметры

channel
Тип: SystemInt32
Проверяемый номер канала (начиная с 0).

Возвращаемое значение

Тип: Boolean
true = канал существует.

Реализации

IVideoCoreVideoChannelExists(Int32)
См. также