Skip to content

SocketMethod

bigearsenal edited this page May 17, 2022 · 1 revision

SocketMethod

public struct SocketMethod: Equatable, RawRepresentable 

Inheritance

Equatable, RawRepresentable

Initializers

init(_:_:)

public init(_ entity: SocketEntity, _ action: SocketAction) 

init?(rawValue:)

public init?(rawValue: String) 

Properties

entity

public let entity: SocketEntity

action

public let action: SocketAction

rawValue

public var rawValue: String 
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Operators
Extensions
Clone this wiki locally