WriteMode

    WebRTCDataChannel.swift:10
    enum WriteMode

    Cases

    • case text

      Tells the channel to send data over this channel as text. An external peer (non-Godot) would receive this as a string.

    • case binary

      Tells the channel to send data over this channel as binary. An external peer (non-Godot) would receive this as array buffer or blob.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (15) members.

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features