Search Results for

    Show / Hide Table of Contents

    Class ServerCommand

    通信で使われるコマンド定義

    Inheritance
    object
    ServerCommand
    Namespace: FluentCeVIOWrapper.Common
    Assembly: FluentCeVIOWrapper.Common.dll
    Syntax
    [Serializable]
    public static class ServerCommand

    Fields

    CallMethod

    メソッド呼び出しコマンド

    Declaration
    public const string CallMethod = "CALL_METHOD"
    Field Value
    Type Description
    string

    Echo

    debug use only

    Declaration
    public const string Echo = "ECHO"
    Field Value
    Type Description
    string

    GetProperty

    プロパティ取得コマンド

    Declaration
    public const string GetProperty = "GET_PROPERTY"
    Field Value
    Type Description
    string

    SetProperty

    プロパティ設定コマンド

    Declaration
    public const string SetProperty = "SET_PROPERTY"
    Field Value
    Type Description
    string
    In this article
    Back to top FluentCeVIOWrapper