hasTIPC method

bool hasTIPC()

Check if the library supports the tipc:// protocol

Returns true if supported, false if not

Implementation

bool hasTIPC() {
  return hasCapability('tipc');
}