确定基于模具测试结果采取的操作。
Members
(static, constant) DECREMENT : Number
减小模具缓冲区值,夹持为零。
(static, constant) DECREMENT_WRAP : Number
减小模具缓冲区值,换行到最大无符号字节,而不是低于零。
(static, constant) INCREMENT : Number
增加模具缓冲区值,夹紧到无符号字节。
(static, constant) INCREMENT_WRAP : Number
增加模具缓冲区值,当超过无符号字节范围时将换行为零。
(static, constant) INVERT : Number
按位反转现有模具缓冲区值。
(static, constant) KEEP : Number
不更改模具缓冲区。
(static, constant) REPLACE : Number
用引用值替换模具缓冲区值。
(static, constant) ZERO : Number
将模具缓冲区值设置为零。