Материал из Module developer
Device.Disconnect()
to disconnect from equipment
Syntax
Module.GetDevice(name).Disconnect()
| input | sample | description |
| name | "Driver 1" | type: string the driver name in the iRidium project |
| output |
| successful or not | type: Boolean successful |
Example:
Module.GetDevice("AV & Custom Systems (TCP)").Disconnect();
