메소드 | 설명 | |
---|---|---|
AddInboundInterceptor ( ICommandInterceptor interceptor, |
||
AddOutboundInterceptor ( ICommandInterceptor interceptor, |
||
Connect ( ) : void | ||
OnDestroy ( ) : void | ||
RegisterCommand ( string commandName, Action |
||
SendCommand ( |
||
UnregisterCommand ( string commandName, Action |
메소드 | 설명 | |
---|---|---|
DispatchBufferedCommands ( ) : void | ||
DispatchCommand ( string jsonData ) : bool | ||
DispatchIncomingCommandToInterceptors ( |
||
DispatchOutgoingCommandToInterceptors ( |
||
KeepConnectionAlive ( ) : void | ||
ReceiveCommands ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public AddInboundInterceptor ( ICommandInterceptor interceptor, |
||
interceptor | ICommandInterceptor | |
commandType | ||
리턴 | void |
public AddOutboundInterceptor ( ICommandInterceptor interceptor, |
||
interceptor | ICommandInterceptor | |
commandType | ||
리턴 | void |
public RegisterCommand ( string commandName, Action |
||
commandName | string | |
callbackMethod | Action |
|
dtoType | ||
리턴 | void |
public SendCommand ( |
||
commandDTO | ||
interceptable | bool | |
리턴 | void |
public UnregisterCommand ( string commandName, Action |
||
commandName | string | |
callbackMethod | Action |
|
리턴 | void |