NFive API Reference

NFive API Reference

    Show / Hide Table of Contents

    Interface ICommunicationTarget

    Namespace: NFive.SDK.Client.Communications
    Assembly: NFive.SDK.Client.net.dll
    Syntax
    public interface ICommunicationTarget

    Methods

    | Improve this Doc View Source

    FromClient()

    Returns a communication adapter for receiving, targeting the local client.

    Declaration
    ICommunicationReceiveClient FromClient()
    Returns
    Type Description
    ICommunicationReceiveClient

    A local client targeted communication adapter for receiving.

    | Improve this Doc View Source

    FromServer()

    Returns a communication adapter for receiving from the server.

    Declaration
    ICommunicationReceiveServer FromServer()
    Returns
    Type Description
    ICommunicationReceiveServer

    A server targeted communication adapter for receiving.

    | Improve this Doc View Source

    ToClient()

    Returns a communication adapter for transmitting, targeting the local client.

    Declaration
    ICommunicationTransmitClient ToClient()
    Returns
    Type Description
    ICommunicationTransmitClient

    A local client targeted communication adapter for transmitting.

    | Improve this Doc View Source

    ToServer()

    Returns a communication adapter adapter for transmitting to the server.

    Declaration
    ICommunicationTransmitServer ToServer()
    Returns
    Type Description
    ICommunicationTransmitServer

    A server targeted communication adapter for transmitting.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2019 NFive