MessageSegment

public enum MessageSegment : UInt8

Message Segmentation Type

  • Data field contains a complete message

    Declaration

    Swift

    case completeMessage = 0
  • Data field contains the first segment of a message

    Declaration

    Swift

    case firstSegment = 1
  • Data field contains a continuation segment of a message

    Declaration

    Swift

    case continuationSegment = 2
  • Data field contains the last segment of a message

    Declaration

    Swift

    case lastSegment = 3