APIs, concepts, guides, and more
|
void UserLimitOutputSet | ( | int32_t | number, |
RSIDataType | dataType, | ||
uint64_t | inputPtr, | ||
uint64_t | outputPtr, | ||
bool | enabled ) |
number | the index of the User Limit (must be less than UserLimitCountMax). |
dataType | the type of data to be output |
inputPtr | Any controller host address. This is the source address. The value at this address will be output. (see AddressGet) |
outputPtr | Any controller host address. The source value will be copied to this address. (see AddressGet) |
enabled | 1 = enabled, 0 = disabled. |
Part of the User Limit method group.