VideoCoreCom.SetMotionState - метод

AutoMarshal Recar2

VideoCoreComSetMotionState - метод

Устанавливает состояние движения на канале вручную.

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

Параметры

channel
Тип: SystemInt32
Номер канала.
val
Тип: SystemBoolean
Наличие движения.

Реализации

IVideoCoreSetMotionState(Int32, Boolean)
См. также