WriteType ​
The type of write operation to perform.
Kind: Enum
Namespace: ConnectorLib
Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable
Public Attributes
WriteType
None
Write nothing.
WriteType
WriteValue
Write the value to the address.
WriteType
IncrementBy
Increment the value at the address by the specified amount.
WriteType
DecrementBy
Decrement the value at the address by the specified amount.
WriteType
WriteMasked
Write a masked value to the address.
Enums
WriteType
[None = 0, WriteValue = 1, IncrementBy = 2, DecrementBy = 3, WriteMasked = 4]The type of write operation to perform.
