Quote:
Originally Posted by SoundVideoDesign
How do I establish a connection to CQC_VMC_Cont1 driver that IsFullyFunctional?
The CQC Admin Interface showes that CQC_VMC_Cont1 is connected, but when I try to issue a command I get an error "Driver 'CQC_VMC_Cont1' is not currently connected to its device".
I also notice that when a command is issued, the device gets disconnected and then reconnects.
Is there some documentation to this driver that I haven't seen yet?
|
The following link has the documentation for the Media Center control driver:
http://www.charmedquark.com/vb_forum...ead.php?t=7336
The drivers needs to successfully connect to three parts. They are represented by the following feilds:
ConnectedToMediaCenterHelper Boolean Read -- Indicates IP connection to tray application
ConnectedToMediaCenterControl Boolean Read -- Indicates IP connection to VMC controller
ConnectedToMediaCenterStatus Boolean Read -- Indicates IP connectiviity with ehMSAS (sink)
IsFullyFunctional Boolean Read -- Logical "AND" of the previous three fields
Typically, if isFullyFunctional is False, that means that Media Center is not started. The only field that works in this case is the "Power" field. Set the power to true and media center should start. It will take a couple of seconds for the drivers to connect to media center. Once it has, "IsFullyFunctional" will show a status of true and you can control it.