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
A code was received.

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
The learn event.

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
This is called when raw data has been read from the device.

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.


The biggest plugin in space...