ProtocolType

public enum ProtocolType : UInt8

ENTERPRISE EDITION ONLY.

The protocol type of the data transportation.

  • Declaration

    Swift

    case messageStream = 0
  • The message oriented transportation.

    Declaration

    Swift

    case byteStream