| Method | Description | Applies To |
| Clear | A command that instructs the Object to clear its Value property by setting all of its bits to 0. | oBit, oBuffer, oByte, oDIO1, oDIO16, oDIO4, oDIO8,oNibble, oPWM, oRAM, oWord |
| Data | A command that instructs the oEEProm Object to store data in the EEProm. | oEEProm |
| Dec | A command that instructs the Object's Value property to decrement by 1. | oBuffer, oByte, oDIO16, oDIO4,oDIO8, oNibble, oPWM, oRAM, oWord |
| Inc | A command that instructs the Object's Value property to increment by 1. | oBuffer, oByte, oDIO16, oDIO4,oDIO8, oNibble, oPWM, oRAM, oWord |
| Invert | A command that instructs the Object to invert the binary value of its bits. | oBit, oBuffer, oByte, oDIO1,oDIO16, oDIO4, oDIO8,oNibble, oRAM, oWord |
| LShift | A command that instructs the Object to shift the bits in its Value property left. | oBuffer, oByte, oDIO16, oDIO4,oDIO8, oNibble, oPWM, oRAM, oWord |
| RShift | A command that instructs the Object to shift the bits in its Value property right. | oBuffer, oByte, oDIO16, oDIO4,oDIO8, oNibble, oPWM, oRAM, oWord |
| Set | A command that instructs the Object to 'set' its Value property by setting all of its bits to 1. | oBit, oBuffer, oByte, oDIO1,oDIO16, oDIO4, oDIO8,oNibble, oPWM, oRAM, oWord
|