T3SP-D4MX Operator’s Manual
return
cDMXU_Init(id); }
public
int
Release() {
return
cDMXU_Release(); }
public bool IsInitialized() {
return
(cDMXU_IsInitialized() == 0); }
public
int
SetChannel(
int
channel) {
return
cDMXU_SetChannel(channel); }
public
int
GetChannel() {
return
cDMXU_GetChannel(); }
public
int
GetNumberOfChannels() {
return
cDMXU_GetNumberOfChannels(); }
public
int
GetSerialNumber() {
return
cDMXU_GetSerialNumber(); }
}
}
13
933407 Rev1