Home
last modified time | relevance | path

Searched refs:kRCX_UnlockOp (Results 1 – 4 of 4) sorted by relevance

/dports/lang/nbc/bricktools/
H A Drcx_constants.pas111 kRCX_UnlockOp = $15;
H A Drcx_cmd.pas570 result := TRcxCmd(SetVal(kRCX_UnlockOp, 1, 3, 5, 7, 11));
/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_Cmd.cpp175 return Set(kRCX_UnlockOp, 1, 3, 5, 7, 0xb); in MakeUnlock()
H A DRCX_Constants.h72 #define kRCX_UnlockOp 0x15 macro