init(value:kind:)
Creates a communication handle.
Declaration
init(value: String, kind: CommunicationHandle.Kind)Parameters
- value:
The value of the communication handle.
- kind:
The type of communication handle.
Creates a communication handle.
init(value: String, kind: CommunicationHandle.Kind)The value of the communication handle.
The type of communication handle.