OldPhidgetInterfaceKitMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
OldPhidgetInterfaceKitMBS class Deprecated
Super class: OldPhidgetMBS
This item is deprecated and should no longer be used.
You can use
PhidgetHubMBS instead.
The class for a phidget interface kit.
The PhidgetInterfaceKit is a component that provides a high-level programmer interface to control a PhidgetInterfaceKit device connected through a USB port.
With this component, the programmer can:
-
Turn particular outputs on and off.
-
Get notified of changes of state of the inputs as events.
-
Configure events to fire when the analog inputs change.
The PhidgetInterfaceKit devices provide a combination of:
-
Digital outputs.
-
Digital inputs.
-
Analog inputs.
Subclass of the
OldPhidgetMBS class.
- 7 events
- 2 properties
- 24 methods
- method Close
- method disableLogging
- method enableLogging(level as Integer, outputFile as string)
- method GetDeviceClass as Integer
- method GetDeviceID as Integer
- method GetDeviceLabel as string
- method GetDeviceName as string
- method GetDeviceStatus as Integer
- method GetDeviceType as string
- method GetDeviceVersion as Integer
- method GetErrorDescription(errorcode as Integer) as string
- method GetLibraryVersion as string
- method GetSerialNumber as Integer
- method GetServerAddress(byref port as Integer) as string
- method GetServerID as string
- method GetServerStatus as Integer
- method Open(serialNumber as Integer = -1)
- method OpenLabel(label as string = "")
- method openLabelRemote(label as string, serverID as string, password as string = "")
- method openLabelRemoteIP(label as string, addr as string, port as Integer, password as string = "")
- method openRemote(serial as Integer, serverID as string, password as string = "")
- method openRemoteIP(serial as Integer, addr as string, port as Integer, password as string = "")
- method SetDeviceLabel(label as string)
- method waitForAttachment(milliseconds as Integer)
- 2 shared methods
- 161 constants
This class has no sub classes.
Some examples using this class:
The items on this page are in the following plugins: MBS Phidgets Plugin.
OldPhidgetGPVTGMBS
-
OldPhidgetIRCodeInfoMBS