메소드 | 설명 | |
---|---|---|
Auth_LoginGuest ( string uuid, APICallbackHandler |
||
Auth_LoginMember ( string uuid, string userId, string userPwd, APICallbackHandler |
||
Auth_RegisterGuest ( string uuid, APICallbackHandler |
||
Auth_RegisterMember ( string uuid, string userId, string userPwd, APICallbackHandler |
||
CacheBox_GetValue ( string key, APICallbackHandler |
||
CacheBox_SetExpireTime ( string key, System.DateTime expireTime, APICallbackHandler |
||
CacheBox_SetExpireTime ( string key, int durationMinutes, APICallbackHandler |
||
CacheBox_SetValue ( string key, string value, System.DateTime expireTime, APICallbackHandler |
||
CacheBox_SetValue ( string key, string value, int durationMinutes, APICallbackHandler |
||
Disconnect ( ) : void | ||
IMC_ChannelList ( APICallbackHandler |
||
IMC_Create ( string channelName, APICallbackHandler |
||
IMC_Enter ( int channelNo, APICallbackHandler |
||
IMC_Leave ( APICallbackHandler |
||
IMC_SendMessage ( int targetUserNo, Aegis.Client.Network.StreamBuffer data, APICallbackHandler |
||
IMC_UserList ( APICallbackHandler |
||
Initialize ( ) : void | ||
Profile_GetData ( APICallbackHandler |
||
Profile_GetTextData ( APICallbackHandler |
||
Profile_SetData ( string nickname, |
||
Profile_SetTextData ( string text, APICallbackHandler |
||
Release ( ) : void | ||
SetServer ( String ipAddress, |
||
Storage_Sheet_Refresh ( string filename, APICallbackHandler |
||
Update ( ) : void |
메소드 | 설명 | |
---|---|---|
OnHello ( Aegis.Client.Network.SecurePacket packet ) : void | ||
OnNetworkStatusChanged ( NetworkStatus status ) : void | ||
OnPacketPreprocessing ( Aegis.Client.Network.SecurePacket packet ) : bool | ||
OnRecv_Storage_Sheet_GetRecords ( Aegis.Client.Network.SecurePacket packet, APICallbackHandler |
||
OnRecv_Storage_Sheet_GetSheetList ( Aegis.Client.Network.SecurePacket packet, APICallbackHandler |
public static Auth_LoginGuest ( string uuid, APICallbackHandler |
||
uuid | string | |
callback | APICallbackHandler |
|
리턴 | void |
public static Auth_LoginMember ( string uuid, string userId, string userPwd, APICallbackHandler |
||
uuid | string | |
userId | string | |
userPwd | string | |
callback | APICallbackHandler |
|
리턴 | void |
public static Auth_RegisterGuest ( string uuid, APICallbackHandler |
||
uuid | string | |
callback | APICallbackHandler |
|
리턴 | void |
public static Auth_RegisterMember ( string uuid, string userId, string userPwd, APICallbackHandler |
||
uuid | string | |
userId | string | |
userPwd | string | |
callback | APICallbackHandler |
|
리턴 | void |
public static CacheBox_GetValue ( string key, APICallbackHandler |
||
key | string | |
callback | APICallbackHandler |
|
리턴 | void |
public static CacheBox_SetExpireTime ( string key, System.DateTime expireTime, APICallbackHandler |
||
key | string | |
expireTime | System.DateTime | |
callback | APICallbackHandler |
|
리턴 | void |
public static CacheBox_SetExpireTime ( string key, int durationMinutes, APICallbackHandler |
||
key | string | |
durationMinutes | int | |
callback | APICallbackHandler |
|
리턴 | void |
public static CacheBox_SetValue ( string key, string value, System.DateTime expireTime, APICallbackHandler |
||
key | string | |
value | string | |
expireTime | System.DateTime | |
callback | APICallbackHandler |
|
리턴 | void |
public static CacheBox_SetValue ( string key, string value, int durationMinutes, APICallbackHandler |
||
key | string | |
value | string | |
durationMinutes | int | |
callback | APICallbackHandler |
|
리턴 | void |
public static IMC_ChannelList ( APICallbackHandler |
||
callback | APICallbackHandler |
|
리턴 | void |
public static IMC_Create ( string channelName, APICallbackHandler |
||
channelName | string | |
callback | APICallbackHandler |
|
리턴 | void |
public static IMC_Enter ( int channelNo, APICallbackHandler |
||
channelNo | int | |
callback | APICallbackHandler |
|
리턴 | void |
public static IMC_Leave ( APICallbackHandler |
||
callback | APICallbackHandler |
|
리턴 | void |
public static IMC_SendMessage ( int targetUserNo, Aegis.Client.Network.StreamBuffer data, APICallbackHandler |
||
targetUserNo | int | |
data | Aegis.Client.Network.StreamBuffer | |
callback | APICallbackHandler |
|
리턴 | void |
public static IMC_UserList ( APICallbackHandler |
||
callback | APICallbackHandler |
|
리턴 | void |
public static Profile_GetData ( APICallbackHandler |
||
callback | APICallbackHandler |
|
리턴 | void |
public static Profile_GetTextData ( APICallbackHandler |
||
callback | APICallbackHandler |
|
리턴 | void |
public static Profile_SetData ( string nickname, |
||
nickname | string | |
level | ||
exp | ||
callback | APICallbackHandler |
|
리턴 | void |
public static Profile_SetTextData ( string text, APICallbackHandler |
||
text | string | |
callback | APICallbackHandler |
|
리턴 | void |
public static SetServer ( String ipAddress, |
||
ipAddress | String | |
portNo | ||
리턴 | void |
public static Storage_Sheet_Refresh ( string filename, APICallbackHandler |
||
filename | string | |
callback | APICallbackHandler |
|
리턴 | void |