sysGetVersion method

Future<int?> sysGetVersion(
  1. List<int> buf
)

Implementation

Future<int?> sysGetVersion(List<int> buf) {
  throw UnimplementedError('SysGetVersion() has not been implemented.');
}