Hi
ich will ohne ein dbc file ein message verschicken.
Weisst jemand wie das geht?
RGB_CONTROL ist in mein dbc file. Raw nicht!
variables
{
message RGB_CONTROL RgbControl;
message raw;
}
on key 'm'
{
RgbControl.red = 5;
RgbControl.green = 0;
RgbControl.blue = 0;
output(RgbControl); // das funktioniert
raw.id = 0x100;
raw.byte(0) = 123;// das funktioniert nicht
output(raw);
}
Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.