Seizure / MonitorBoss

GNU Lesser General Public License v3.0
2 stars 1 forks source link

Investigate use of enums in function calls #22

Closed Seizure closed 5 months ago

Seizure commented 5 months ago

better to provide helper functions which can translate them and check if they are known/"valid"? Or perhaps provide "safe" and "unsafe" options? Idk

Seizure commented 5 months ago

VCP functions now accept VCPCode class objects, along with an int value (which can be retrieved from/checked against the class's enum, if applicable)