key method

void key(
  1. List<int> key
)

Set a key for the Strobe protocol.

Parameters:

  • key: Representing the key to be set.

Implementation

void key(List<int> key) {
  operate(false, StrobeOperation.key, key, 0, false);
}