You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This class mirrors the CLASS1.IR class but use a different data format with a GUID stored in the first 16 bytes of the data followed by the standard data thus offset with 16-bytes.
VSCP_TYPE_REMOTE_LIRCPacked LIRC codes code. LRC Codes are normally sent as 64-bit codes or even larger codes. Only codes with a length less then 56 bits (7-bytes) are supported by VSCP and the most significant byte of the LIRC code is not transferred. [http://www.lirc.org/](http://www.lirc.org/)
Byte
Description
0
LIRC Code, MSB.
1
LIRC Code.
2
LIRC Code.
3
LIRC Code.
4
LIRC Code.
5
LIRC Code.
6
LIRC Code. LSB.
7
Repeat count if any.
Type=48 (0x30) - VSCP Abstract Remote Format {#type48}
VSCP_TYPE_REMOTE_VSCPInstead of sending codes that relates to a certain remote this format is general. And therefore more flexible
Byte
Description
0
Code, MSB.
1
Code LSB.
2
Zone for which event applies to (0-255). 255 is all zones.
3
Sub-zone for which the event applies to (0-255). 255 is all sub-zones.
4
Repeat count if any.
Type=49 (0x31) - MAPito Remote Format {#type49}
VSCP_TYPE_REMOTE_MAPITOInstead of sending codes that relates to a certain remote this format is general. And therefore more flexible.
Byte
Description
0
Repeat Count.
1
Zone for which event applies to (0-255). 255 is all zones.
2
Sub-zone for which the event applies to (0-255). 255 is all sub-zones.