C# Class Application, vim-remote

Show file Open project: ynkdir/vim-remote Class Usage Examples

Public Properties

Property Type Description
enc System.Text.Encoding

Public Methods

Method Description
Main ( string args ) : void
command_remoteexpr ( string servername, string expr ) : void
command_remotesend ( string servername, string keys ) : void
command_server ( string servername ) : void
command_serverlist ( ) : void
eval ( string expr, byte result ) : int
run ( string args ) : void
send ( string keys ) : int
strlen ( byte p ) : int
strsave ( string str ) : byte*
usage ( ) : void

Private Methods

Method Description
vimremote_eventloop ( int forever ) : int
vimremote_free ( byte p ) : void
vimremote_init ( ) : int
vimremote_malloc ( UIntPtr len ) : byte*
vimremote_register ( string servername, vimremote_send_f send_f, vimremote_expr_f expr_f ) : int
vimremote_remoteexpr ( string servername, string expr, byte result ) : int
vimremote_remotesend ( string servername, string expr ) : int
vimremote_serverlist ( byte servernames ) : int
vimremote_uninit ( ) : int

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

command_remoteexpr() public method

public command_remoteexpr ( string servername, string expr ) : void
servername string
expr string
return void

command_remotesend() public method

public command_remotesend ( string servername, string keys ) : void
servername string
keys string
return void

command_server() public method

public command_server ( string servername ) : void
servername string
return void

command_serverlist() public method

public command_serverlist ( ) : void
return void

eval() public method

public eval ( string expr, byte result ) : int
expr string
result byte
return int

run() public method

public run ( string args ) : void
args string
return void

send() public method

public send ( string keys ) : int
keys string
return int

strlen() public method

public strlen ( byte p ) : int
p byte
return int

strsave() public method

public strsave ( string str ) : byte*
str string
return byte*

usage() public method

public usage ( ) : void
return void

Property Details

enc public property

public System.Text.Encoding enc
return System.Text.Encoding