fetchAbsolute method

int fetchAbsolute(
  1. IStatus status,
  2. int position,
  3. Pointer<Uint8> message
)

Implementation

int fetchAbsolute(IStatus status, int position, Pointer<Uint8> message) {
  final res = _fetchAbsolute(self, status.self, position, message);
  status.checkStatus();
  return res;
}