Object Methods

MethodDescriptionApplies To
ClearA 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
DataA command that instructs the oEEProm Object to store data in the EEProm.oEEProm
DecA command that instructs the Object's Value property to decrement by 1.oBuffer, oByte, oDIO16, oDIO4,oDIO8, oNibble, oPWM, oRAM, oWord
IncA command that instructs the Object's Value property to increment by 1.oBuffer, oByte, oDIO16, oDIO4,oDIO8, oNibble, oPWM, oRAM, oWord
InvertA command that instructs the Object to invert the binary value of its bits.oBit, oBuffer, oByte, oDIO1,oDIO16, oDIO4, oDIO8,oNibble, oRAM, oWord
LShiftA command that instructs the Object to shift the bits in its Value property left.oBuffer, oByte, oDIO16, oDIO4,oDIO8, oNibble, oPWM, oRAM, oWord
RShiftA command that instructs the Object to shift the bits in its Value property right.oBuffer, oByte, oDIO16, oDIO4,oDIO8, oNibble, oPWM, oRAM, oWord
SetA 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