ProtocolType
public enum ProtocolType: UInt8
The protocol type of the data transportation.
-
Declaration
Swift
case messageStream = 0 /// The message oriented transportation.
-
The message oriented transportation.
Declaration
Swift
case byteStream /// The stream oriented transportation; the