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
Back to OldPhidgetIRMBS class.
OldPhidgetIRMBS.Code(data as memoryblock, bitcount as Integer, repeat as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Phidgets | MBS Phidgets Plugin | 11.0 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
This is called when a code has been received that could be automatically decoded.
Data is return as an array with MSB in index 0. Bit count and a repeat flag are also returned. (Int32 values)
Repeats are detected as either the same code repeated in < 100ms or as a special repeat code.
OldPhidgetIRMBS.Learn(data as memoryblock, code as OldPhidgetIRCodeInfoMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Phidgets | MBS Phidgets Plugin | 11.0 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
This is called when a code has been received for long enough to be learned.
The returned CodeInfo object can be used to retransmit the same code.
OldPhidgetIRMBS.RawData(tag as memoryblock)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Phidgets | MBS Phidgets Plugin | 11.0 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
Raw data always starts with a space and ends with a pulse.
tag contains 4 byte integer values.
The items on this page are in the following plugins: MBS Phidgets Plugin.